[APPSHIM_APITEST] Addendum to r75041, add a missed line.
[reactos.git] / rostests / apitests / appshim / dispmode.c
index 3fa9660..cd9e707 100644 (file)
@@ -436,6 +436,7 @@ static void run_test(size_t n, BOOL unload)
         if (ret)
         {
             test_one(tests[n].name, tests[n].reason, tests[n].pre, tests[n].post, tests[n].second);
+            tests[n].unhook(dll);
         }
         else
         {