Paul Vriens : oleaut32/tests: Remove a temp file.

Alexandre Julliard julliard at winehq.org
Tue Oct 20 10:33:38 CDT 2009


Module: wine
Branch: master
Commit: 5f52d86cc2af82ed745ec04287abdaad2e836049
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5f52d86cc2af82ed745ec04287abdaad2e836049

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Tue Oct 20 13:36:15 2009 +0200

oleaut32/tests: Remove a temp file.

---

 dlls/ole32/tests/storage32.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/ole32/tests/storage32.c b/dlls/ole32/tests/storage32.c
index 5ec51cf..480fa17 100644
--- a/dlls/ole32/tests/storage32.c
+++ b/dlls/ole32/tests/storage32.c
@@ -1910,6 +1910,8 @@ static void test_references(void)
             while ( c1 ) c1 = IStorage_Release(stg);
         }
     }
+
+    DeleteFileA(filenameA);
 }
 
 /* dest




More information about the wine-cvs mailing list