File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -637,7 +637,6 @@ static bool nr_drupal_hook_attribute_instrument(zval* module_handler) {
637
637
nrl_warning (NRL_FRAMEWORK ,
638
638
"hookImplementationsMap[hook = %s]: invalid value" ,
639
639
NRSAFESTR (ZEND_STRING_VALUE (hook_key )));
640
- nr_free (hookpath );
641
640
return false;
642
641
}
643
642
@@ -649,7 +648,6 @@ static bool nr_drupal_hook_attribute_instrument(zval* module_handler) {
649
648
nrl_warning (NRL_FRAMEWORK ,
650
649
"hookImplementationsMap[class = %s]: invalid value" ,
651
650
NRSAFESTR (ZEND_STRING_VALUE (class_key )));
652
- nr_free (hookpath );
653
651
return false;
654
652
}
655
653
@@ -662,7 +660,6 @@ static bool nr_drupal_hook_attribute_instrument(zval* module_handler) {
662
660
nrl_warning (NRL_FRAMEWORK ,
663
661
"hookImplementationsMap[method = %s]: invalid value" ,
664
662
NRSAFESTR (ZEND_STRING_VALUE (method_key )));
665
- nr_free (hookpath );
666
663
return false;
667
664
}
668
665
You can’t perform that action at this time.
0 commit comments