From affc65d85a239182629f917651297443b4f0f2d5 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sun, 22 Jul 2007 06:32:38 +0200 Subject: [PATCH] Fixed segv bug in aborthublist. --- clients/gtk2/hublist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/gtk2/hublist.c b/clients/gtk2/hublist.c index 556e3c3..ec4bcc0 100644 --- a/clients/gtk2/hublist.c +++ b/clients/gtk2/hublist.c @@ -69,6 +69,7 @@ void aborthublist(void) if(bzs != NULL) { BZ2_bzDecompressEnd(bzs); free(bzs); + bzs = NULL; } if(filter != NULL) { regfree(filter); -- 2.11.0