From be1f96758a94809010ddfb830f91758128922eb9 Mon Sep 17 00:00:00 2001 From: sirakaba Date: Mon, 20 Feb 2012 07:06:24 +0000 Subject: [PATCH] =?utf8?q?=E6=9B=B8=E5=BA=AB=E3=81=AE=E4=BD=9C=E6=88=90?= =?utf8?q?=E3=81=AB=E5=A4=B1=E6=95=97=E3=81=97=E3=81=9F=E9=9A=9B=E3=81=AB?= =?utf8?q?=E3=80=81=E5=BF=85=E8=A6=81=E3=81=AA=E8=A7=A3=E6=94=BE=E5=87=A6?= =?utf8?q?=E7=90=86=E3=81=8C=E3=81=AA=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84?= =?utf8?q?=E3=81=AA=E3=81=8B=E3=81=A3=E3=81=9F=E3=83=90=E3=82=B0=E3=82=92?= =?utf8?q?=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/tpi/tpi@598 9df91469-1e22-0410-86e7-ea8537beb833 --- src/common/handle/TPIHandle.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/handle/TPIHandle.cpp b/src/common/handle/TPIHandle.cpp index f64ca06..7e3baf5 100644 --- a/src/common/handle/TPIHandle.cpp +++ b/src/common/handle/TPIHandle.cpp @@ -87,6 +87,7 @@ bool TPIHandle::FreeLibrary(void) this->nErrorCode = ((int (__stdcall *)(void *)) p)(NULL); this->lib.Unload(); + this->archive = NULL; return this->nErrorCode == TPI_ERROR_SUCCESS; } -- 2.11.0