[xdebug-dev] xdebug xdebug/xdebug.c - Fixed invalid-free bug with XG(ide_key).

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Thu, 17 Jun 2004 17:45:04 +0200

Date: Thu Jun 17 17:45:04 CEST 2004
User: Derick Rethans
Directory: xdebug

Log Message:
[1.00]
- Fixed invalid-free bug with XG(ide_key).

Modified files:
           xdebug/xdebug.c (version: 1.222)

[FILE: /xdebug/xdebug.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- xdebug/xdebug.c:1.221 Thu Jun 17 13:27:37 2004 GMT
+++ xdebug/xdebug.c Thu Jun 17 13:45:04 2004 GMT
@@ -490,6 +490,7 @@
         XG(do_code_coverage) = 0;
         XG(code_coverage) = xdebug_hash_alloc(32, xdebug_coverage_file_dtor);
         XG(stack) = xdebug_llist_alloc(stack_element_dtor);
+ XG(ide_key) = NULL;
         XG(trace_file) = NULL;
         XG(tracefile_name) = NULL;
         XG(profile_file) = NULL;
Received on Thu Jun 17 2004 - 17:45:05 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:02 BST