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:
48d3dd8
)
fixing memleaks
author
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 22 Nov 2007 16:02:29 +0000
(16:02 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 22 Nov 2007 16:02:29 +0000
(16:02 +0000)
org.glite.lb.common/src/context.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/context.c
b/org.glite.lb.common/src/context.c
index
408f4fd
..
461baef
100644
(file)
--- a/
org.glite.lb.common/src/context.c
+++ b/
org.glite.lb.common/src/context.c
@@
-141,6
+141,9
@@
void edg_wll_FreeContext(edg_wll_Context ctx)
free(ctx->fqans);
ctx->fqans = NULL;
}
+
+ if (ctx->jpreg_dir) free(ctx->jpreg_dir);
+ if (ctx->serverIdentity) free(ctx->serverIdentity);
edg_wll_FreeParams(ctx);