Tadashi Okoshi
slash****@users*****
2006年 7月 3日 (月) 11:02:35 JST
Index: affelio/lib/Affelio.pm
diff -u affelio/lib/Affelio.pm:1.48 affelio/lib/Affelio.pm:1.49
--- affelio/lib/Affelio.pm:1.48 Thu Jun 29 03:12:48 2006
+++ affelio/lib/Affelio.pm Mon Jul 3 11:02:35 2006
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: Affelio.pm,v 1.48 2006/06/28 18:12:48 slash5234 Exp $
+# $Id: Affelio.pm,v 1.49 2006/07/03 02:02:35 slash5234 Exp $
package Affelio;
{
@@ -190,6 +190,13 @@
}catch Error with{
};
}
+
+ if(defined($self->{farm_con})){
+ try{
+ $self->{farm_con}->DESTROY;
+ }catch Error with{
+ };
+ }
}
######################################################################