Turn off leak detection mode explicitly in cord/de
authorIvan Maidanski <ivmai@mail.ru>
Thu, 22 Nov 2018 23:10:10 +0000 (02:10 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 22 Nov 2018 23:10:10 +0000 (02:10 +0300)
commit64b623ef3c75c9fe5952f2b9dfa387e4ee8148a5
treeadc208baa36b559b61e7ff74f1e0a9bf76d25e16
parent0592da8c4783d4a1412987ec49b697f3806ebff0
Turn off leak detection mode explicitly in cord/de

* cord/tests/de.c [!WIN32] (main): Call GC_set_find_leak(0) before
GC_INIT() to disable leak detection mode.
* cord/tests/de_win.c [WIN32] (WinMain): Likewise.
cord/tests/de.c
cord/tests/de_win.c