abe/abe-1.1-doublefree.patch
Jerry James 97aa039229 * Mon Mar 14 2011 Jerry James <loganjerry@gmail.com> - 1.1-13
- Fix double free (bz 509052)
- Fix incorrectly-sized format specifier
- Don't use abe's extra optimization and debugging CFLAGS (fixes debuginfo)
- Remove filename extension from Icon field in desktop file
- Remove BuildRoot tag
- Add post/postun scripts, fix Requires for those scripts
2011-03-14 10:59:57 -06:00

11 lines
246 B
Diff

--- src/Main.c.orig 2005-03-05 09:20:04.000000000 -0700
+++ 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