diff --git a/app/contacts/contact_import.php b/app/contacts/contact_import.php index 8bee58f72d..f8cf181b6e 100644 --- a/app/contacts/contact_import.php +++ b/app/contacts/contact_import.php @@ -277,6 +277,8 @@ else { } //save the results into an array $results[] = $data; + //clear the array + unset($data); } //increment $x $x++;