소스 검색

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;
 }