diff options
Diffstat (limited to 'games/atomix/files/patch-theme-manager.c')
-rw-r--r-- | games/atomix/files/patch-theme-manager.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/atomix/files/patch-theme-manager.c b/games/atomix/files/patch-theme-manager.c new file mode 100644 index 000000000000..185e64af8c57 --- /dev/null +++ b/games/atomix/files/patch-theme-manager.c @@ -0,0 +1,15 @@ +--- src/theme-manager.c.orig Thu Nov 17 17:43:33 2005 ++++ src/theme-manager.c Thu Nov 17 17:43:58 2005 +@@ -168,10 +168,10 @@ static void search_themes_in_dir (ThemeM + g_free (subdirpath); + } + } ++ g_free (dent); ++ closedir (dir); + } + +- g_free (dent); +- closedir (dir); + } + + static void add_theme (ThemeManager *tm, gchar *themename, gchar *dirpath) |