summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:00:03 +0000
committerfcolin2007-02-01 13:00:03 +0000
commit39af46d7f31671bec677e9553f65151e4a97f53a (patch)
treeafcad0c919d4c9c16d68c917411cfd82b66a45ca
parent981a76e5633a7a28f2f53f8a213e4cb22b3d1ca8 (diff)
downloadivy-cplusplus-39af46d7f31671bec677e9553f65151e4a97f53a.zip
ivy-cplusplus-39af46d7f31671bec677e9553f65151e4a97f53a.tar.gz
ivy-cplusplus-39af46d7f31671bec677e9553f65151e4a97f53a.tar.bz2
ivy-cplusplus-39af46d7f31671bec677e9553f65151e4a97f53a.tar.xz
Utilisateur : Fcolin Date : 9/02/04 Heure : 16:14 Archivé dans $/Bus/Ivy Commentaire: (vss 18)
-rw-r--r--Bus/Ivy/IvyApplication.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bus/Ivy/IvyApplication.cxx b/Bus/Ivy/IvyApplication.cxx
index 008be70..f0d4f75 100644
--- a/Bus/Ivy/IvyApplication.cxx
+++ b/Bus/Ivy/IvyApplication.cxx
@@ -287,11 +287,12 @@ void IvyApplication::OnClose(int nErrorCode)
TRACE("Deconnexion de %s:%u\n", remotehost.c_str(), remoteport );
if ( AppConnectedCallbackCalled )
bus->CallApplicationDisconnectedCallback( this );
-// bus->RemoveApplication( this );
+
for ( unsigned int i = 0; i < regexp_in.size(); i++)
delete regexp_in[i];
regexp_in.clear();
Close();
+// bus->RemoveApplication( this );
}
int IvyApplication::SendMsg(const char *message)