diff options
Diffstat (limited to 'Tools/WebKitTestRunner/TestController.cpp')
-rw-r--r-- | Tools/WebKitTestRunner/TestController.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/WebKitTestRunner/TestController.cpp b/Tools/WebKitTestRunner/TestController.cpp index 145c27087..0e47f3c24 100644 --- a/Tools/WebKitTestRunner/TestController.cpp +++ b/Tools/WebKitTestRunner/TestController.cpp @@ -109,6 +109,7 @@ TestController::TestController(int argc, const char* argv[]) TestController::~TestController() { + platformDestroy(); } static WKRect getWindowFrame(WKPageRef page, const void* clientInfo) |