[dmd-internals] [D-Programming-Language/dmd] dd6af7: Avoid memory leak by using Array instead of new
GitHub via dmd-internals
dmd-internals at puremagic.com
Fri Jan 2 20:33:41 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: dd6af7f53fccd27549073f4cf6b1fb71edd3b0b8
https://github.com/D-Programming-Language/dmd/commit/dd6af7f53fccd27549073f4cf6b1fb71edd3b0b8
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-01-03 (Sat, 03 Jan 2015)
Changed paths:
M src/traits.c
Log Message:
-----------
Avoid memory leak by using Array instead of new
Commit: c9411aa663db12413118a40e6203d8fc96085901
https://github.com/D-Programming-Language/dmd/commit/c9411aa663db12413118a40e6203d8fc96085901
Author: Andrej Mitrović <andrej.mitrovich at gmail.com>
Date: 2015-01-03 (Sat, 03 Jan 2015)
Changed paths:
M src/traits.c
Log Message:
-----------
Merge pull request #4234 from yebblies/memleak
[DDMD] Avoid memory leak by using Array instead of new
Compare: https://github.com/D-Programming-Language/dmd/compare/6b12fd37e200...c9411aa663db
More information about the dmd-internals
mailing list