- 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
11 lines
246 B
Diff
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
|