Don't leak the GDir in the iconview example

This commit is contained in:
Matthias Clasen 2011-02-17 15:54:50 -05:00
parent 3f78b251b9
commit 91b8417d35

View File

@ -105,6 +105,7 @@ fill_store (GtkListStore *store)
name = g_dir_read_name (dir);
}
g_dir_close (dir);
}
static gint