Skip to content

Commit c6d6862

Browse files
author
Test
committed
unset state variables
1 parent 63a1888 commit c6d6862

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

OpenDocumentReader/CoreWrapper.mm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ - (bool)translate:(NSString *)inputPath into:(NSString *)outputPath with:(NSStri
3030
@synchronized(self) {
3131
try {
3232
_errorCode = 0;
33+
_pageNames = nil;
34+
_pagePaths = nil;
3335

3436
if (html.has_value()) {
3537
html.reset();

0 commit comments

Comments
 (0)