--- payment.module	Tue Jun 13 17:06:26 2006
+++ payment.module	Wed Jul 26 17:58:00 2006
@@ -358,11 +358,11 @@ function payment_get_recurring_email_not
       $note->subject = $message->subject;
       $note->body = $message->body;
       $notifications[] = $note;
+      unset($note);
     }
   }
 
   // The special case: expired items
-  unset($note);
   $note = store_email_text('payment', 'recurring_expired');
   $notifications['expired'] = $note;
 
