From d6ae68e99d2914e38385befdea7b7b7ef163a08e Mon Sep 17 00:00:00 2001 From: teodor Date: Thu, 2 Oct 2008 14:33:03 +0000 Subject: [PATCH] Fix memory leak in GListTruncate --- glist.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.37.3