summaryrefslogtreecommitdiff
path: root/games/atomix/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/atomix/files/patch-aa')
-rw-r--r--games/atomix/files/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/atomix/files/patch-aa b/games/atomix/files/patch-aa
new file mode 100644
index 000000000000..e4148aa066f0
--- /dev/null
+++ b/games/atomix/files/patch-aa
@@ -0,0 +1,14 @@
+--- src/level.c.orig Sat Feb 5 22:50:24 2000
++++ src/level.c Sat Feb 5 22:50:51 2000
+@@ -164,10 +164,10 @@
+ g_free(filepath);
+ }
+ }
++ closedir(dir);
+ }
+
+ //g_free(dent);
+- closedir(dir);
+ }
+
+ for(i = 0; i < n_dirs; i++) g_free(search_dirs[i]);