summaryrefslogtreecommitdiffstatshomepage
path: root/services/bookmarkservice.php
diff options
context:
space:
mode:
authorGravatar cweiske2009-09-17 12:38:03 +0000
committerGravatar cweiske2009-09-17 12:38:03 +0000
commit373ea7681b2c36406927474c655db5d876c29f23 (patch)
treea760f8e1af984490ef50061671a56f55df797934 /services/bookmarkservice.php
parent0ff36582ae2d59bbab4da830bdd18723d46d77b9 (diff)
downloadscuttle-373ea7681b2c36406927474c655db5d876c29f23.tar.gz
scuttle-373ea7681b2c36406927474c655db5d876c29f23.zip
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
Diffstat (limited to 'services/bookmarkservice.php')
-rw-r--r--services/bookmarkservice.php1
1 files changed, 1 insertions, 0 deletions
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)) {