From duarterocha91@gmail.com Wed Jun 24 17:58:53 2020 From: Duarte Rocha To: sr-users@lists.kamailio.org Subject: [SR-Users] Sql_result_free() not cleaning properly Date: Wed, 24 Jun 2020 16:58:39 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1537491401==" --===============1537491401== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Greetings, I'm trying to clean a SQL result using "sql_result_free()" but i'm not having success. Can you please verify if i'm doing anything wrong here? This is my code : xerr("Pre clean [0] = Iterator 0 = $xavp(Cli_PICKER_Default_Search_Result[0]=>Code)"); sql_result_free("Cli_PICKER_Default_Search_Result"); xerr("Pos clean [0] = Iterator 0 = $xavp(Cli_PICKER_Default_Search_Result[0]=>Code)"); The result is the following : ERROR: