diff --git a/app/contacts/contact_import.php b/app/contacts/contact_import.php index 8bee58f72..f8cf181b6 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++;