From: Kern Sibbald Date: Fri, 23 Apr 2010 06:32:09 +0000 (+0200) Subject: Remove comment field added in last patch X-Git-Tag: Release-5.0.2~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d2dafd68c724d6e07ef18b5e1a1af34894b3887e;p=bacula%2Fbacula Remove comment field added in last patch --- diff --git a/bacula/src/lib/jcr.c b/bacula/src/lib/jcr.c index 408b9207cc..8d77238438 100644 --- a/bacula/src/lib/jcr.c +++ b/bacula/src/lib/jcr.c @@ -471,10 +471,6 @@ static void free_common_jcr(JCR *jcr) free_guid_list(jcr->id_list); jcr->id_list = NULL; } - if (jcr->comment) { - free_pool_memory(jcr->comment); - jcr->comment = NULL; - } free(jcr); }