Kaydet (Commit) 5361a7d7 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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
üst 82090ca5
...@@ -7,7 +7,7 @@ ...@@ -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) ...@@ -67,7 +67,8 @@ FTPInputStream::FTPInputStream(FILE* tmpfl)
FTPInputStream::~FTPInputStream() FTPInputStream::~FTPInputStream()
{ {
fclose(m_tmpfl); if ( 0 != m_tmpfl)
fclose(m_tmpfl);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment