mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 18:37:50 +02:00
inotify: fix a memleak
https://bugzilla.gnome.org/show_bug.cgi?id=692201
This commit is contained in:
@@ -414,6 +414,7 @@ ip_watched_dir_free (ip_watched_dir_t *dir)
|
||||
g_assert_cmpint (g_hash_table_size (dir->files_hash), ==, 0);
|
||||
g_assert (dir->subs == NULL);
|
||||
g_free (dir->path);
|
||||
g_hash_table_unref (dir->files_hash);
|
||||
g_free (dir);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user