From: teodor Date: Thu, 2 Oct 2008 14:33:03 +0000 (+0000) Subject: Fix memory leak in GListTruncate X-Git-Url: http://www.sigaev.ru/git/gitweb.cgi?p=tedtools.git;a=commitdiff_plain;h=d6ae68e99d2914e38385befdea7b7b7ef163a08e Fix memory leak in GListTruncate --- diff --git a/glist.c b/glist.c index 9e79963..ba9fc9d 100644 --- a/glist.c +++ b/glist.c @@ -285,7 +285,6 @@ GListTruncate(GList *l, int n) { GListFreeCell(l, c); } - checkGList(l); return l; }