freebsd-ports/misc/amanda26-server/files/patch-server-src_planner.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
354 B
C

--- server-src/planner.c.orig 2011-06-25 22:52:39.000000000 +0200
+++ server-src/planner.c 2011-06-25 22:54:23.000000000 +0200
@@ -431,7 +431,7 @@
amfree(qhname);
dumpfile_free_data(&file);
}
- g_slist_free_full(holding_list);
+ _slist_free_full(holding_list, g_free);
holding_list = NULL;
}
g_fprintf(stderr, _("ENDFLUSH\n"));