Browse Source

Update utExporter.cpp

Remove misuse of the API.
Kim Kulling 6 years ago
parent
commit
e1404d349c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      test/unit/ImportExport/utExporter.cpp

+ 0 - 1
test/unit/ImportExport/utExporter.cpp

@@ -70,5 +70,4 @@ TEST_F(ExporterTest, ProgressHandlerTest) {
     Exporter exporter;
     TestProgressHandler *ph(new TestProgressHandler);
     exporter.SetProgressHandler(ph);
-    delete ph;
 }