mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
Fix double free crash (#508224) Patch from Joe Marcus Clarke
2008-01-09 Alexander Larsson <alexl@redhat.com> * fam/fam-helper.c: * fam/gfamdirectorymonitor.c: * fam/gfamfilemonitor.c: Fix double free crash (#508224) Patch from Joe Marcus Clarke svn path=/trunk/; revision=6281
This commit is contained in:
committed by
Alexander Larsson
parent
9c95329347
commit
91d7fdc186
@@ -82,7 +82,7 @@ fam_do_iter_unlocked (void)
|
||||
cancelled = sub->cancelled;
|
||||
if (ev.code == FAMAcknowledge && cancelled)
|
||||
{
|
||||
g_free (sub);
|
||||
_fam_sub_free (sub);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user