ports/misc/amanda26-server/files/patch-server-src_cmdline.c
Koop Mast 769329177b Make the amanda26-* ports build with the new glib 2.28.
Obtained from:	amanda upstream.
2011-07-30 09:38:05 +00:00

11 lines
303 B
C

--- server-src/cmdline.c.orig 2011-06-25 22:50:58.000000000 +0200
+++ server-src/cmdline.c 2011-06-25 22:51:17.000000000 +0200
@@ -255,7 +255,7 @@
dumpfile_free_data(&file);
}
- g_slist_free_full(holding_files);
+ _slist_free_full(holding_files, g_free);
return matching_files;
}