projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f11747
)
memory leak... not good.
author
erubow
<erubow>
Tue, 11 Sep 2007 20:57:36 +0000
(20:57 +0000)
committer
erubow
<erubow>
Tue, 11 Sep 2007 20:57:36 +0000
(20:57 +0000)
Robust/src/Runtime/DSTM/interface/plookup.c
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/DSTM/interface/plookup.c
b/Robust/src/Runtime/DSTM/interface/plookup.c
index e542ed944f405908bc58a148238f20ed646b33f5..27abe6ac512af7e0204a672dd795a5d8daa8360f 100644
(file)
--- a/
Robust/src/Runtime/DSTM/interface/plookup.c
+++ b/
Robust/src/Runtime/DSTM/interface/plookup.c
@@
-131,7
+131,7
@@
void pDelete(plistnode_t *pile) {
while(tmp != NULL) {
next = tmp->next;
free(tmp->oidmod);
-
//free(tmp->oidrea
d);
+
free(tmp->oidcreate
d);
free(tmp->objread);
free(tmp);
tmp = next;