From e13654dc8ed6c04a7551a35a157d953b810e562a Mon Sep 17 00:00:00 2001 From: Johan Vervloet Date: Fri, 6 Mar 2015 08:53:56 +0100 Subject: [PATCH] Free the query DAO. Not sure whether this is really necessary. But I just did to be safe. --- api/v3/utils.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v3/utils.php b/api/v3/utils.php index 595031f36f..4c41763f6b 100644 --- a/api/v3/utils.php +++ b/api/v3/utils.php @@ -623,6 +623,7 @@ function _civicrm_api3_get_using_query_object_simple($dao_name, $params) { } }; } + $result_dao->free(); return civicrm_api3_create_success($result_entities, $params, $entity, 'get', $dao); } -- 2.25.1