projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e91fcb
)
memory leak
author
bdemsky
<bdemsky>
Mon, 19 Nov 2007 21:53:17 +0000
(21:53 +0000)
committer
bdemsky
<bdemsky>
Mon, 19 Nov 2007 21:53:17 +0000
(21:53 +0000)
Robust/src/Runtime/task.c
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/task.c
b/Robust/src/Runtime/task.c
index 788ee67698c371a1e7b9f5dc8765f0214622af8d..32b815649536f7384b3375f703bd672a73b06d98 100644
(file)
--- a/
Robust/src/Runtime/task.c
+++ b/
Robust/src/Runtime/task.c
@@
-1077,6
+1077,9
@@
void executetasks() {
if (gencontains(failedtasks, currtpd)) {
// Free up task parameter descriptor
RUNFREE(currtpd->parameterArray);
+#ifdef OPTIONAL
+ RUNFREE(currtpd->failed);
+#endif
RUNFREE(currtpd);
goto newtask;
}