projects
/
tedtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a5db7a
)
Fix memory leak in GListTruncate
author
teodor
<teodor>
Thu, 2 Oct 2008 14:33:03 +0000
(14:33 +0000)
committer
teodor
<teodor>
Thu, 2 Oct 2008 14:33:03 +0000
(14:33 +0000)
glist.c
patch
|
blob
|
history
diff --git
a/glist.c
b/glist.c
index
9e79963
..
ba9fc9d
100644
(file)
--- a/
glist.c
+++ b/
glist.c
@@
-285,7
+285,6
@@
GListTruncate(GList *l, int n) {
GListFreeCell(l, c);
}
- checkGList(l);
return l;
}