[Libreoffice-commits] core.git: rsc/source
Noel Power
noel.power at suse.com
Wed May 8 02:48:48 PDT 2013
rsc/source/rscpp/cpp3.c | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 56fa2d1bed5b19af79e31db9065f1a05e6202764
Author: Noel Power <noel.power at suse.com>
Date: Wed May 8 10:48:10 2013 +0100
Revert "coverity#983096: Resource leak"
This reverts commit 039bfd3e517f75cf99eb8eb105d3b83692f6e484.
diff --git a/rsc/source/rscpp/cpp3.c b/rsc/source/rscpp/cpp3.c
index 7dbdef9..df5a2c7 100644
--- a/rsc/source/rscpp/cpp3.c
+++ b/rsc/source/rscpp/cpp3.c
@@ -194,7 +194,6 @@ int AddInclude( char* pIncStr )
*incend++ = pIncPos;
pIncPos = strtok( NULL, ";" );
}
- free(pIncEnv);
return( 1 );
}
More information about the Libreoffice-commits
mailing list