From cc923d5c343d5efe82eb0ab178fdecfba98b3711 Mon Sep 17 00:00:00 2001 From: Ruan Date: Sat, 21 Feb 2015 07:56:40 +0200 Subject: [PATCH] free(), not close() --- mutes.php | 2 +- warnings.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mutes.php b/mutes.php index ce2ae35..6792e03 100644 --- a/mutes.php +++ b/mutes.php @@ -62,7 +62,7 @@ if(!$result = $conn->query($sql)) { } ?> close(); + $result->free(); echo ""; ?> diff --git a/warnings.php b/warnings.php index 45c69cb..3911762 100644 --- a/warnings.php +++ b/warnings.php @@ -65,7 +65,7 @@ if(!$result = $conn->query($sql)) { } ?> close(); + $result->free(); echo ""; ?>