projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e61d8c4
)
Free dao memory during api basic get
author
Coleman Watts
<coleman@civicrm.org>
Sat, 2 Jan 2016 02:32:36 +0000
(21:32 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Sat, 2 Jan 2016 02:32:36 +0000
(21:32 -0500)
api/v3/utils.php
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/utils.php
b/api/v3/utils.php
index dc71983581da2551c141e0f19f2451671fe123f9..74d0742a953800b592b65e583cb6a72bdf6adc8d 100644
(file)
--- a/
api/v3/utils.php
+++ b/
api/v3/utils.php
@@
-569,6
+569,7
@@
function _civicrm_api3_get_using_utils_sql($dao_name, $params, $isFillUniqueFiel
}
// build query
$query = CRM_Utils_SQL_Select::from($dao->tableName() . " a");
+ $dao->free();
// populate $where_clauses
foreach ($params as $key => $value) {