From e1404d349c1588c6b52d2b9da2fc50ce8a8dc98f Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 13 Nov 2018 14:44:34 +0100 Subject: [PATCH] Update utExporter.cpp Remove misuse of the API. --- test/unit/ImportExport/utExporter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/ImportExport/utExporter.cpp b/test/unit/ImportExport/utExporter.cpp index 1efe9e132..9ce4bfdd7 100644 --- a/test/unit/ImportExport/utExporter.cpp +++ b/test/unit/ImportExport/utExporter.cpp @@ -70,5 +70,4 @@ TEST_F(ExporterTest, ProgressHandlerTest) { Exporter exporter; TestProgressHandler *ph(new TestProgressHandler); exporter.SetProgressHandler(ph); - delete ph; }