From: cash Date: Thu, 16 Dec 2010 14:19:12 +0000 (+0000) Subject: freeing mysql result - committing the last of hellekin's latest pull request: https... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d3bac514d0249abbc1851d53bddcf3d2c0f092b9;p=lorea%2Felgg.git freeing mysql result - committing the last of hellekin's latest pull request: https://github.com/Elgg/Elgg/pull/3 git-svn-id: http://code.elgg.org/elgg/trunk@7646 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/engine/handlers/cache_handler.php b/engine/handlers/cache_handler.php index 557b37835..9377282a4 100644 --- a/engine/handlers/cache_handler.php +++ b/engine/handlers/cache_handler.php @@ -35,6 +35,7 @@ if (!$result) { exit; } $row = mysql_fetch_object($result); +mysql_free_result($result); $dataroot = $row->value;