summaryrefslogtreecommitdiff
path: root/src/tests/webview_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/webview_test.cpp')
-rw-r--r--src/tests/webview_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/webview_test.cpp b/src/tests/webview_test.cpp
index 92431d96..11d1a46c 100644
--- a/src/tests/webview_test.cpp
+++ b/src/tests/webview_test.cpp
@@ -29,6 +29,7 @@
#include "webview.h"
#include "webtab.h"
+
class WebViewTest : public QObject
{
Q_OBJECT
@@ -57,6 +58,7 @@ void WebViewTest::initTestCase()
void WebViewTest::cleanupTestCase()
{
+ delete tab;
}