]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
free memory in SMS daemon, too
authorEvan Prodromou <evan@prodromou.name>
Sat, 6 Sep 2008 01:56:21 +0000 (21:56 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sat, 6 Sep 2008 01:56:21 +0000 (21:56 -0400)
darcs-hash:20080906015621-84dde-ae1a53e6757a743f82f3078947212b7bbe984dde.gz

lib/mail.php

index 85b139f9e55430915b6559b46156a90ea6ff40dd..162669eaaa7c7b707f882faf2215f2224933f617 100644 (file)
@@ -189,6 +189,9 @@ function mail_broadcast_notice_sms($notice) {
                }
        }
 
+       $user->free();
+       unset($user);
+       
        return true;
 }