From: wessels <> Date: Tue, 8 May 2007 03:32:00 +0000 (+0000) Subject: FtpState should not call StoreEntry::unregisterAbort() X-Git-Tag: SQUID_3_0_PRE6~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5afd66abdfa4dd55af039fec7d1abbffdd5c489d;p=thirdparty%2Fsquid.git FtpState should not call StoreEntry::unregisterAbort() Since FtpState does not register an abort handler, it should not call unregisterAbort(). --- diff --git a/src/ftp.cc b/src/ftp.cc index 62600f92e8..0da5bbcbd3 100644 --- a/src/ftp.cc +++ b/src/ftp.cc @@ -1,6 +1,6 @@ /* - * $Id: ftp.cc,v 1.421 2007/05/05 00:14:17 wessels Exp $ + * $Id: ftp.cc,v 1.422 2007/05/07 21:32:00 wessels Exp $ * * DEBUG: section 9 File Transfer Protocol (FTP) * AUTHOR: Harvest Derived @@ -399,8 +399,6 @@ FtpStateData::~FtpStateData() { debugs(9, 3, "~ftpStateData: " << entry->url() ); - entry->unregisterAbort(); - if (reply_hdr) { memFree(reply_hdr, MEM_8K_BUF); reply_hdr = NULL;