浏览代码

Update utExporter.cpp

Remove misuse of the API.
Kim Kulling 6 年之前
父节点
当前提交
e1404d349c
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;
 }