Date: Sat Mar 28 19:45:01 CET 2009
User: Derick Rethans
Directory: xdebug
Log Message:
[0.25]
- Fixed bug #425: memory leak (around 40MB for each request) when using
xdebug_start_trace.
Modified files:
xdebug/xdebug_var.c (version: 1.94)
[FILE: /xdebug/xdebug_var.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- xdebug/xdebug_var.c:1.93 Sat Mar 28 14:58:12 2009 GMT
+++ xdebug/xdebug_var.c Sat Mar 28 17:45:01 2009 GMT
@@ -358,6 +358,7 @@
xdebug_var_export(&val, (xdebug_str*) &str, 1, debug_zval, options TSRMLS_CC);
if (default_options) {
+ xdfree(options->runtime);
xdfree(options);
}
Received on Sat Mar 28 2009 - 19:45:08 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST