Commit 6c76315d authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1159 Unset $start & $end to free memory immediately.

Released under the Affero GNU General Public License (AGPL) version 3.
parent d324541a
......@@ -454,6 +454,7 @@ class BackendKopano implements IBackend, ISearchProvider {
$sm->mime = $start;
$sm->mime .= "From: ". $sendAsEmail;
$sm->mime .= $end;
unset($start, $end);
$sendingAsSomeone = true;
}
else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment