Dolda2000 GitWeb
/
doldaconnect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef4a9a1
)
Fixed segv bug in aborthublist.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 22 Jul 2007 04:32:38 +0000
(06:32 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 22 Jul 2007 04:32:38 +0000
(06:32 +0200)
clients/gtk2/hublist.c
patch
|
blob
|
blame
|
history
diff --git
a/clients/gtk2/hublist.c
b/clients/gtk2/hublist.c
index
556e3c3
..
ec4bcc0
100644
(file)
--- 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);