From 373ea7681b2c36406927474c655db5d876c29f23 Mon Sep 17 00:00:00 2001 From: cweiske Date: Thu, 17 Sep 2009 12:38:03 +0000 Subject: 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 --- services/bookmarkservice.php | 1 + 1 file changed, 1 insertion(+) (limited to 'services') 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)) { -- cgit v1.2.3-54-g00ecf