git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ad0c3e
)
Memleak fixed.
author
Jiří Filipovič
<fila@ics.muni.cz>
Tue, 3 Jun 2008 11:47:22 +0000
(11:47 +0000)
committer
Jiří Filipovič
<fila@ics.muni.cz>
Tue, 3 Jun 2008 11:47:22 +0000
(11:47 +0000)
org.glite.lb.state-machine/src/lb_plugin.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.state-machine/src/lb_plugin.c
b/org.glite.lb.state-machine/src/lb_plugin.c
index
fc5884b
..
2197d41
100644
(file)
--- a/
org.glite.lb.state-machine/src/lb_plugin.c
+++ b/
org.glite.lb.state-machine/src/lb_plugin.c
@@
-255,6
+255,9
@@
cont:
*handle = (void *)h;
+ if (id0) free(id0);
+ if (id) free(id);
+
return 0;
fail: