[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Sun May 19 23:45:16 CEST 2019
https://bugzilla.xfce.org/show_bug.cgi?id=15184
--- Comment #14 from Ivan 83 <rozhuk.im at gmail.com> ---
thunar_folder_finalize()
...
/* cancel the pending job (if any) */
if (G_UNLIKELY (folder->job != NULL))
{
g_signal_handlers_disconnect_matched (folder->job, G_SIGNAL_MATCH_DATA,
0, 0, NULL, NULL, folder);
g_object_unref (folder->job);
folder->job = NULL;
}
This thing not work. IMHO.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list