1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/games/atomix/files/patch-aa

15 lines
280 B
Plaintext
Raw Normal View History

--- 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]);