Browse Source

Update utExporter.cpp

Remove misuse of the API.
Kim Kulling 6 năm trước cách đây
mục cha
commit
e1404d349c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
 }