X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_querystring_object.c;h=d629df045f2d93628b4ef65fc547293dcd836ef1;hp=d8de9e16bb3bdbc6d7eabf05b8aaca892c0bfa7b;hb=c8dff7011092296f9fcc12e68ad8eef18b19cdf4;hpb=f65531996b3a8ff72e02531b85ed05393f409900 diff --git a/http_querystring_object.c b/http_querystring_object.c index d8de9e1..d629df0 100644 --- a/http_querystring_object.c +++ b/http_querystring_object.c @@ -198,11 +198,7 @@ void _http_querystring_object_free(zend_object *object TSRMLS_DC) { http_querystring_object *o = (http_querystring_object *) object; - if (OBJ_PROP(o)) { - zend_hash_destroy(OBJ_PROP(o)); - FREE_HASHTABLE(OBJ_PROP(o)); - } - efree(o); + freeObject(o); } /* {{{ querystring helpers */