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:
parent
0ff36582ae
commit
373ea7681b
1 changed files with 1 additions and 0 deletions
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in a new issue