summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sp_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_utils.c b/src/sp_utils.c
index 5f25920..5483618 100644
--- a/src/sp_utils.c
+++ b/src/sp_utils.c
@@ -437,7 +437,7 @@ bool hook_function(const char* original_name, HashTable* hook_table,
437 if (zend_hash_str_find(CG(function_table), VAR_AND_LEN(mb_name))) { 437 if (zend_hash_str_find(CG(function_table), VAR_AND_LEN(mb_name))) {
438 return hook_function(mb_name, hook_table, new_function); 438 return hook_function(mb_name, hook_table, new_function);
439 } 439 }
440 free(mb_name); 440 efree(mb_name);
441 // LCOV_EXCL_STOP 441 // LCOV_EXCL_STOP
442 } 442 }
443 443