INTEGRATION: CWS tkr10 (1.8.104); FILE MERGED

2008/05/19 09:26:45 tkr 1.8.104.2: RESYNC: (1.8-1.9); FILE MERGED
2008/03/18 12:42:39 tkr 1.8.104.1: #i87099# OOo crashed after basic kill command on ftp url
This commit is contained in:
Vladimir Glazounov 2008-06-04 08:43:51 +00:00
parent 82090ca581
commit 5361a7d719

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: ftpinpstr.cxx,v $ * $RCSfile: ftpinpstr.cxx,v $
* $Revision: 1.9 $ * $Revision: 1.10 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
@ -67,7 +67,8 @@ FTPInputStream::FTPInputStream(FILE* tmpfl)
FTPInputStream::~FTPInputStream() FTPInputStream::~FTPInputStream()
{ {
fclose(m_tmpfl); if ( 0 != m_tmpfl)
fclose(m_tmpfl);
} }