summaryrefslogtreecommitdiff
path: root/games-arcade/abe/files/abe-1.1-doublefree.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/abe/files/abe-1.1-doublefree.patch')
-rw-r--r--games-arcade/abe/files/abe-1.1-doublefree.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-arcade/abe/files/abe-1.1-doublefree.patch b/games-arcade/abe/files/abe-1.1-doublefree.patch
new file mode 100644
index 000000000000..ce7389d97100
--- /dev/null
+++ b/games-arcade/abe/files/abe-1.1-doublefree.patch
@@ -0,0 +1,11 @@
+--- a/src/Main.c.orig 2005-03-05 09:20:04.000000000 -0700
++++ b/src/Main.c 2011-03-14 10:08:31.846413904 -0600
+@@ -35,8 +35,6 @@
+ for(i = 0; modes[i]; ++i)
+ printf("\t%d x %d\n", modes[i]->w, modes[i]->h);
+ }
+-
+- free(modes);
+ }
+
+ void