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:
2f6c3bf
)
inicialize freed variables to prevent coredumps
author
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 8 Feb 2007 14:47:36 +0000
(14:47 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 8 Feb 2007 14:47:36 +0000
(14:47 +0000)
org.glite.lb.client/src/producer.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/producer.c
b/org.glite.lb.client/src/producer.c
index
2107223
..
15493b2
100644
(file)
--- a/
org.glite.lb.client/src/producer.c
+++ b/
org.glite.lb.client/src/producer.c
@@
-342,7
+342,7
@@
static int edg_wll_LogEventMaster(
va_list fmt_args;
int priority;
int ret;
- edg_wll_LogLine in
,out
;
+ edg_wll_LogLine in
= NULL, out = NULL
;
priority = flags & LOGFLAG_SYNC;