summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_saproxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/com_dotnet/com_saproxy.c')
-rw-r--r--ext/com_dotnet/com_saproxy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/com_dotnet/com_saproxy.c b/ext/com_dotnet/com_saproxy.c
index 225786bde8..ebef6430a3 100644
--- a/ext/com_dotnet/com_saproxy.c
+++ b/ext/com_dotnet/com_saproxy.c
@@ -369,6 +369,9 @@ static void saproxy_free_storage(zend_object *object)
//??? }
OBJ_RELEASE(&proxy->obj->zo);
+
+ zend_object_std_dtor(object);
+
efree(proxy->indices);
}