projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13c6dff
)
zoom: fix connect options (bad free)
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 1 Jun 2012 07:03:51 +0000
(09:03 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 1 Jun 2012 07:03:51 +0000
(09:03 +0200)
src/zoom-c.c
patch
|
blob
|
history
diff --git
a/src/zoom-c.c
b/src/zoom-c.c
index
e763918
..
667edb3
100644
(file)
--- a/
src/zoom-c.c
+++ b/
src/zoom-c.c
@@
-477,8
+477,9
@@
ZOOM_API(void)
}
if (remainder != c->host_port) {
+ remainder = xstrdup(remainder);
xfree(c->host_port);
- c->host_port = xstrdup(remainder);
+ c->host_port = remainder;
/*printf("# reset hp='%s'\n", remainder);*/
}
}