[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2118-gd09e490

Stephen Kelly steveire at gmail.com
Wed Feb 13 08:40:30 EST 2013


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  d09e490ec0fbbd9ba92762ad98043ed8414b2b79 (commit)
       via  85ba2fd793222cefacc3591636cf0b52bc5f994b (commit)
      from  b79cb53c83d3b37013c4f85f347455a047c1f0a3 (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=d09e490ec0fbbd9ba92762ad98043ed8414b2b79
commit d09e490ec0fbbd9ba92762ad98043ed8414b2b79
Merge: b79cb53 85ba2fd
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Feb 13 08:40:27 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Feb 13 08:40:27 2013 -0500

    Merge topic 'linked-usage-cleanup' into next
    
    85ba2fd Fix memory leak.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=85ba2fd793222cefacc3591636cf0b52bc5f994b
commit 85ba2fd793222cefacc3591636cf0b52bc5f994b
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Feb 13 14:39:20 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Feb 13 14:39:20 2013 +0100

    Fix memory leak.

diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 35ebf8d..003f3d8 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -2904,6 +2904,8 @@ std::vector<std::string> cmTarget::GetIncludeDirectories(const char *config)
                             config,
                             debugIncludes);
 
+  deleteAndClear(linkInterfaceIncludeDirectoriesEntries);
+
   return includes;
 }
 

-----------------------------------------------------------------------

Summary of changes:
 Source/cmTarget.cxx |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list