From 66549353d2e6f98710579f6af961e2d10ec2b031 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:00:17 +0000 Subject: Utilisateur : Fcolin Date : 28/06/05 Heure : 14:14 Archivé dans $/Bus/Ivy Commentaire: (vss 25) --- Ivy/IvyApplication.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Ivy/IvyApplication.cxx') diff --git a/Ivy/IvyApplication.cxx b/Ivy/IvyApplication.cxx index 7ed553c..6aa3668 100644 --- a/Ivy/IvyApplication.cxx +++ b/Ivy/IvyApplication.cxx @@ -57,6 +57,7 @@ IvyApplication::~IvyApplication() // bus->RemoveApplication( this ); for ( unsigned int i = 0; i < regexp_in.size(); i++) #ifdef USE_PCRE + pcre_free( regexp_in[i] ); #else delete regexp_in[i]; #endif @@ -201,6 +202,7 @@ void IvyApplication::OnReceive(char * line) { exp = regexp_in[ id ]; #ifdef USE_PCRE + pcre_free( exp ); #else delete exp; #endif -- cgit v1.1