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)) {