Fix mkstemp emulation to not free the template string.
commit4720571a2d6b27de32db3367817d71da0f9b0535
authorJohannes Sixt <johannes.sixt@telecom.at>
Wed, 27 Dec 2006 14:36:36 +0000 (27 15:36 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Fri, 19 Jan 2007 15:25:15 +0000 (19 16:25 +0100)
treee23a43692f221af97d891bf87003802d5a7355cf
parentc9467728c6b88dd4392c70d871c629454ff55738
Fix mkstemp emulation to not free the template string.

The template argument was strduped unnecessarily and then not used,
and the wrong string was freed.
compat/mingw.c