Simon Rozman 78478a203f Delegate memory leak detection to CRT
_CrtDumpMemoryLeaks() direct call misreports heap allocations owned by
globally initialized objects.

Using _CRTDBG_LEAK_CHECK_DF delays the memory leak check until after
globally initialized objects are destroyed.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-06-29 15:46:00 +02:00
..
2020-05-13 08:26:07 +02:00
2020-02-07 13:10:58 +01:00
2020-02-07 13:10:59 +01:00
2020-02-07 13:10:58 +01:00
2020-04-20 11:28:49 +02:00
2020-02-07 13:10:58 +01:00
2020-02-07 13:10:58 +01:00
2020-02-07 13:10:58 +01:00
2020-02-07 13:10:58 +01:00
2020-02-07 13:10:59 +01:00
2020-04-17 14:56:26 +02:00
2020-02-07 13:10:58 +01:00
2020-05-13 09:07:54 +02:00
2020-06-29 15:40:15 +02:00