From: cweiske Date: Thu, 17 Sep 2009 12:38:03 +0000 (+0000) Subject: fix bug #2834070: Patch for unfreed sql result X-Git-Tag: v0.94~35 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=373ea7681b2c36406927474c655db5d876c29f23;p=semanticscuttle.git fix bug #2834070: Patch for unfreed sql result git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@349 b3834d28-1941-0410-a4f8-b48e95affb8f --- diff --git a/services/bookmarkservice.php b/services/bookmarkservice.php index 355a4cd..f26dc57 100644 --- a/services/bookmarkservice.php +++ b/services/bookmarkservice.php @@ -428,6 +428,7 @@ class BookmarkService { } $total = $row['total']; + $this->db->sql_freeresult($totalresult); $bookmarks = array(); while ($row = & $this->db->sql_fetchrow($dbresult)) {