From 260e296f20f5e4e98c0fc53fd12b3cd1271ab63f Mon Sep 17 00:00:00 2001 From: BENKE Charlie Date: Mon, 18 Jul 2016 02:05:30 +0200 Subject: [PATCH] add $result on db->free --- htdocs/societe/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/index.php b/htdocs/societe/index.php index 1cc44777438..6e0dcbec113 100644 --- a/htdocs/societe/index.php +++ b/htdocs/societe/index.php @@ -326,7 +326,7 @@ if ($result) $i++; } - $db->free(); + $db->free($result); print "\n"; print "\n";