From 0c13e015cfc59d5e9cdd024bd5e89c79e4f3d3cf Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sun, 5 Feb 2012 15:47:41 +0000 Subject: [PATCH] [CRT] - Fix multiple free in msvcrt_free_io. Fixes VLC Player crash on exit. Wine already has it right. svn path=/trunk/; revision=55430 --- reactos/lib/sdk/crt/stdio/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/sdk/crt/stdio/file.c b/reactos/lib/sdk/crt/stdio/file.c index 9c5a49df5f9..e3e4e2cd4de 100644 --- a/reactos/lib/sdk/crt/stdio/file.c +++ b/reactos/lib/sdk/crt/stdio/file.c @@ -966,7 +966,7 @@ void msvcrt_free_io(void) free(__pioinfo[i]); for(i=0; iSpare[0] = 0; DeleteCriticalSection(&file_cs);