Changeset 252 for trunk/ext

Show
Ignore:
Timestamp:
03/04/2007 10:22:39 (21 months ago)
Author:
indeyets
Message:

o2 can be safely destructed here (-memory leak)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ext/php/phpext.c

    r251 r252  
    187187                                        add_assoc_zval(o, o2->value.str.val, o3); 
    188188                                        zval_ptr_dtor(&o2); 
     189                                        php_printf("o3: %d\n", o3->refcount); 
    189190                                } 
    190191                        }