From d2dafd68c724d6e07ef18b5e1a1af34894b3887e Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 23 Apr 2010 08:32:09 +0200 Subject: [PATCH] Remove comment field added in last patch --- bacula/src/lib/jcr.c | 4 ---- 1 file changed, 4 deletions(-) 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); } -- 2.39.5