Skip to content

Commit bdd5f74

Browse files
committed
released 0.9.3 (redux)
fix #6
1 parent bfef741 commit bdd5f74

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

bin/win32/ugrep-indexer.exe

0 Bytes
Binary file not shown.

bin/win64/ugrep-indexer.exe

0 Bytes
Binary file not shown.

src/ugrep-indexer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ struct Stream {
349349
{
350350
if (file != NULL)
351351
fclose(file);
352+
file = NULL;
352353
input.clear();
353354
}
354355

0 commit comments

Comments
 (0)