1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-21 12:10:05 +08:00
Kyle Edwards 613323a78b cmGlobalUnixMakefileGenerator3: Fix memory leak warning
this->Makefiles.empty() is called twice, leading clang scan-build
to falsely believe that the delete statement was causing a memory
leak. Fix this by using a unique_ptr to hold the temporary
cmMakefile. This also has the benefit of making the code
exception-safe.
2019-01-14 09:53:12 -05:00
..
2018-12-30 12:32:55 -05:00
2019-01-14 07:25:46 -05:00
2019-01-14 07:25:46 -05:00
2018-12-13 09:58:50 -05:00
2019-01-14 00:01:04 -05:00
2018-11-19 23:35:09 +01:00
2018-11-19 23:35:09 +01:00
2018-12-12 09:46:13 -05:00
2018-12-12 09:46:13 -05:00
2018-12-12 09:46:13 -05:00
2018-12-12 09:46:13 -05:00
2018-12-12 06:40:10 -05:00
2018-11-19 23:35:09 +01:00
2018-08-24 14:58:49 -04:00
2018-08-24 14:58:49 -04:00