Skip to content

Commit

Permalink
- MFH: Fixed bug xdebug#425: memory leak (around 40MB for each reques…
Browse files Browse the repository at this point in the history
…t) when using

  xdebug_start_trace.

SVN Rev: 2938
  • Loading branch information
derickr committed Mar 28, 2009
1 parent 098c5f4 commit ed5e19e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xdebug_var.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ char* xdebug_get_zval_value(zval *val, int debug_zval, xdebug_var_export_options
xdebug_var_export(&val, (xdebug_str*) &str, 1, debug_zval, options TSRMLS_CC);

if (default_options) {
xdfree(options->runtime);
xdfree(options);
}

Expand Down

0 comments on commit ed5e19e

Please sign in to comment.