[Cmake-commits] CMake branch, next, updated. v3.0.0-rc2-1213-g29a33a7
Stephen Kelly
steveire at gmail.com
Wed Mar 19 11:30:56 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 29a33a715a067aef886db919b6ce9cb16a3e3479 (commit)
via d1a939e7ba07aa719dd32a03c8a7f47dfd9987ee (commit)
from 85035aa4d927b30ee4de6dd03f228515f319e66e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=29a33a715a067aef886db919b6ce9cb16a3e3479
commit 29a33a715a067aef886db919b6ce9cb16a3e3479
Merge: 85035aa d1a939e
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Mar 19 11:30:56 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Mar 19 11:30:56 2014 -0400
Merge topic 'target-sources-refactor' into next
d1a939e7 Plug memory leak.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d1a939e7ba07aa719dd32a03c8a7f47dfd9987ee
commit d1a939e7ba07aa719dd32a03c8a7f47dfd9987ee
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Mar 19 16:30:24 2014 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Mar 19 16:30:24 2014 +0100
Plug memory leak.
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 9756ce6..61260be 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -6582,6 +6582,7 @@ cmTargetInternalPointer::~cmTargetInternalPointer()
deleteAndClear(this->Pointer->IncludeDirectoriesEntries);
deleteAndClear(this->Pointer->CompileOptionsEntries);
deleteAndClear(this->Pointer->CompileDefinitionsEntries);
+ deleteAndClear(this->Pointer->SourceEntries);
delete this->Pointer;
}
-----------------------------------------------------------------------
Summary of changes:
Source/cmTarget.cxx | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list