Skip to content
Snippets Groups Projects
Commit 66b2098a authored by bgm's avatar bgm
Browse files

civiexportexcel_civicrm_export: free the dao after running the query to liberate memory.

parent 8b971ad1
No related branches found
No related tags found
No related merge requests found
......@@ -151,5 +151,7 @@ function civiexportexcel_civicrm_export($exportTempTable, $headerRows, $sqlColum
$rows[] = $row;
}
$dao->free();
CRM_CiviExportExcel_Utils_SearchExport::export2excel2007($headerRows, $sqlColumns, $rows);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment