aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle/Service/Bookmark.php
diff options
context:
space:
mode:
authorMark Pemberton <mpemberton5@gmail.com>2011-05-14 21:46:35 -0400
committerMark Pemberton <mpemberton5@gmail.com>2011-05-14 21:46:35 -0400
commit6ed90e647a0a513def828ec66f17df2b724c518e (patch)
treed3b42c99dc6031f5020558e68fb8d1ff5fed8a85 /src/SemanticScuttle/Service/Bookmark.php
parentec345f7a1343769abdf3f5920a0732b24726b733 (diff)
downloadsemanticscuttle-6ed90e647a0a513def828ec66f17df2b724c518e.tar.gz
semanticscuttle-6ed90e647a0a513def828ec66f17df2b724c518e.tar.bz2
Fixed sql commands where resources were not freed
Diffstat (limited to 'src/SemanticScuttle/Service/Bookmark.php')
-rw-r--r--src/SemanticScuttle/Service/Bookmark.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SemanticScuttle/Service/Bookmark.php b/src/SemanticScuttle/Service/Bookmark.php
index e836cd8..57d0b2e 100644
--- a/src/SemanticScuttle/Service/Bookmark.php
+++ b/src/SemanticScuttle/Service/Bookmark.php
@@ -427,6 +427,7 @@ class SemanticScuttle_Service_Bookmark extends SemanticScuttle_DbService
$existence[$hashes[$row['bHash']]] = $row['count'] > 0;
}
+ $this->db->sql_freeresult($dbresult);
return $existence;
}