X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Fcmdline.c;h=600d50060477ff221816c2e4618aac15f5db0b0e;hb=949b8910a5e23c4285d0b1aedacfc82a14dc97a5;hp=d29a4f33d0cb6cad3717ca6a0272865fbaa2db51;hpb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;p=debian%2Famanda diff --git a/server-src/cmdline.c b/server-src/cmdline.c index d29a4f3..600d500 100644 --- a/server-src/cmdline.c +++ b/server-src/cmdline.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2008, 2009, 2010 Zmanda, Inc. All Rights Reserved. + * Copyright (c) 2007-2012 Zmanda, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published @@ -247,7 +247,7 @@ cmdline_match_holding( dumpfile_free_data(&file); } - g_slist_free_full(holding_files); + slist_free_full(holding_files, g_free); return matching_files; }