Skip to content

new fix for parallel tab crash: NULL the pointer on destruction. - #1376

Merged
karlkleinpaste merged 1 commit into
masterfrom
karl-fix-parallel-crash
Aug 13, 2026
Merged

new fix for parallel tab crash: NULL the pointer on destruction.#1376
karlkleinpaste merged 1 commit into
masterfrom
karl-fix-parallel-crash

Conversation

@karlkleinpaste

Copy link
Copy Markdown
Contributor

tried g_free(html_parallel_dialog) but that causes immediate crash in free(). so we just NULL it out because apparently it's already freed by then.

this seems to solve the problem since the pointer is NULL so the test in main_update_parallel_page_detached() for "!widgets.html_parallel_dialog" will correctly stop the failure.

tried g_free(html_parallel_dialog) but that causes immediate crash in
free().  so we just NULL it out because apparently it's already freed by
then.

this seems to solve the problem since the pointer is NULL so the test in
main_update_parallel_page_detached() for "!widgets.html_parallel_dialog"
will correctly stop the failure.
@karlkleinpaste
karlkleinpaste merged commit d9f0366 into master Aug 13, 2026
8 of 12 checks passed
@karlkleinpaste
karlkleinpaste deleted the karl-fix-parallel-crash branch August 13, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant