From 39af46d7f31671bec677e9553f65151e4a97f53a Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:00:03 +0000 Subject: Utilisateur : Fcolin Date : 9/02/04 Heure : 16:14 Archivé dans $/Bus/Ivy Commentaire: (vss 18) --- Bus/Ivy/IvyApplication.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bus/Ivy') 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) -- cgit v1.1