From 0d85331bca12c745cdfab33400fd6748a9ffe285 Mon Sep 17 00:00:00 2001 From: bruno DA SILVA Date: Tue, 28 Jan 2020 11:59:04 +0100 Subject: [PATCH] 1627 - Ticket ref sometimes duplicate :bug: INSERT/UPDATE do not require to free the results --- core/counter.class.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/counter.class.inc.php b/core/counter.class.inc.php index 013e658cc..eeddc4249 100644 --- a/core/counter.class.inc.php +++ b/core/counter.class.inc.php @@ -117,7 +117,6 @@ final class ItopCounter } $hResult = mysqli_query($hDBLink, $sSql); - mysqli_free_result($hResult); } catch(Exception $e)