free memory in SMS daemon, too

darcs-hash:20080906015621-84dde-ae1a53e6757a743f82f3078947212b7bbe984dde.gz
This commit is contained in:
Evan Prodromou 2008-09-05 21:56:21 -04:00
parent 0c71340c9f
commit f02b5bf7dd
1 changed files with 3 additions and 0 deletions

View File

@ -189,6 +189,9 @@ function mail_broadcast_notice_sms($notice) {
}
}
$user->free();
unset($user);
return true;
}