Skip to content

Commit

Permalink
fix issues #62
Browse files Browse the repository at this point in the history
fix issues #62
  • Loading branch information
longxinH committed Sep 2, 2021
1 parent 3d15050 commit 32034d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions extension/xhprof.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,10 +489,6 @@ void hp_init_profiler_state(int level)
zval_ptr_dtor(&XHPROF_G(stats_count));
}

if (XHPROF_G(root)) {
zend_string_release(XHPROF_G(root));
}

array_init(&XHPROF_G(stats_count));

hp_init_trace_callbacks();
Expand Down

0 comments on commit 32034d5

Please sign in to comment.