Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc authored Sep 22, 2024
1 parent 5aa3870 commit a28a5b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ugoira/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ int main(int argc, char* argv[]) {
return UGOIRA_OPEN_FILE;
}
fileop::fclose(f);
buf[size] = 0;
rapidjson::Document d;
d.Parse(buf);
free(buf);
Expand Down

0 comments on commit a28a5b6

Please sign in to comment.