Changeset 248 for trunk/ext/php

Show
Ignore:
Timestamp:
03/04/2007 09:05:32 (21 months ago)
Author:
indeyets
Message:

compact form

Files:
1 modified

Legend:

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

    r247 r248  
    271271                zval_copy_ctor(return_value); 
    272272 
    273                 zval_dtor(obj); 
    274                 efree(obj); 
     273                zval_ptr_dtor(&obj); 
    275274        } 
    276275