Author: radu
Date: Tue May 6 04:20:52 2008
New Revision: 888
Modified:
trunk/plugins/async/queue/smtp-forward
Log:
Kill circular reference.
Modified: trunk/plugins/async/queue/smtp-forward
==============================================================================
--- trunk/plugins/async/queue/smtp-forward (original)
+++ trunk/plugins/async/queue/smtp-forward Tue May 6 04:20:52 2008
@@ -72,6 +72,7 @@
my ($self, $transaction) = @_;
my $sender = $transaction->notes('async_sender');
+ $transaction->notes('async_sender', undef);
my ($rc, $msg) = $sender->results;