]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
freeing mysql result - committing the last of hellekin's latest pull request: https...
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 16 Dec 2010 14:19:12 +0000 (14:19 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 16 Dec 2010 14:19:12 +0000 (14:19 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7646 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/handlers/cache_handler.php

index 557b37835fde668512d21bcad84b58454111c67c..9377282a4ec814185b445129efb5e77dd06fc10b 100644 (file)
@@ -35,6 +35,7 @@ if (!$result) {
        exit;
 }
 $row = mysql_fetch_object($result);
+mysql_free_result($result);
 $dataroot = $row->value;