Alexandre Julliard : crypt32/tests: Clean up temp files.
Module: wine Branch: refs/heads/master Commit: 37bf722401de695c0b87fa42a886496a818bd760 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=37bf722401de695c0b87fa42... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Jul 26 14:51:10 2006 +0200 crypt32/tests: Clean up temp files. --- dlls/crypt32/tests/store.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/crypt32/tests/store.c b/dlls/crypt32/tests/store.c index d0186e2..6971d61 100644 --- a/dlls/crypt32/tests/store.c +++ b/dlls/crypt32/tests/store.c @@ -1356,6 +1356,7 @@ static void testFileNameStore(void) compareFile(filename, serializedStoreWithCertAndCRL, sizeof(serializedStoreWithCertAndCRL)); } + DeleteFileW(filename); } static void testCertOpenSystemStore(void)
participants (1)
-
Alexandre Julliard