summaryrefslogtreecommitdiff
path: root/Bus/Ivy/IvyApplication.cxx
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:00:17 +0000
committerfcolin2007-02-01 13:00:17 +0000
commit5e4de17d8f8b38e7883f39ec22fe18c60b90a8d7 (patch)
tree8d43f2ef3f5bb5064925613ebf813c26d85398d8 /Bus/Ivy/IvyApplication.cxx
parentd21bcdabfc52f77325a7683e8e121f950daf4abc (diff)
downloadivy-cplusplus-5e4de17d8f8b38e7883f39ec22fe18c60b90a8d7.zip
ivy-cplusplus-5e4de17d8f8b38e7883f39ec22fe18c60b90a8d7.tar.gz
ivy-cplusplus-5e4de17d8f8b38e7883f39ec22fe18c60b90a8d7.tar.bz2
ivy-cplusplus-5e4de17d8f8b38e7883f39ec22fe18c60b90a8d7.tar.xz
Utilisateur : Fcolin Date : 28/06/05 Heure : 14:14 Archivé dans $/Bus/Ivy Commentaire: (vss 25)
Diffstat (limited to 'Bus/Ivy/IvyApplication.cxx')
-rw-r--r--Bus/Ivy/IvyApplication.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bus/Ivy/IvyApplication.cxx b/Bus/Ivy/IvyApplication.cxx
index 7ed553c..6aa3668 100644
--- a/Bus/Ivy/IvyApplication.cxx
+++ b/Bus/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