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
This commit is contained in:
cweiske 2009-09-17 12:38:03 +00:00
parent 0ff36582ae
commit 373ea7681b

View file

@ -428,6 +428,7 @@ class BookmarkService {
} }
$total = $row['total']; $total = $row['total'];
$this->db->sql_freeresult($totalresult);
$bookmarks = array(); $bookmarks = array();
while ($row = & $this->db->sql_fetchrow($dbresult)) { while ($row = & $this->db->sql_fetchrow($dbresult)) {