FreeBSD Bugzilla – Attachment 218994 Details for
Bug 250403
devel/geany: Sometimes geany exited on signal 10 (SIGBUS)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Use g_signal_handlers_disconnect_by_func()
geany-2457.patch (text/plain), 457 bytes, created by
Hodong
on 2020-10-23 02:25:57 UTC
(
hide
)
Description:
Use g_signal_handlers_disconnect_by_func()
Filename:
MIME Type:
Creator:
Hodong
Created:
2020-10-23 02:25:57 UTC
Size:
457 bytes
patch
obsolete
>diff --git a/src/vte.c b/src/vte.c >index ec8c5df..e5810dc 100644 >--- a/src/vte.c >+++ b/src/vte.c >@@ -399,6 +399,7 @@ void vte_close(void) > g_free(vf); > /* free the vte widget before unloading vte module > * this prevents a segfault on X close window if the message window is hidden */ >+ g_signal_handlers_disconnect_by_func(vc->vte, G_CALLBACK(vte_start), NULL); > gtk_widget_destroy(vc->vte); > gtk_widget_destroy(vc->menu); > g_object_unref(vc->menu);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250403
:
218929
| 218994