Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Oct 25, 2024
1 parent 8c156db commit 01536a2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions source/mcio.c
Original file line number Diff line number Diff line change
Expand Up @@ -2983,12 +2983,7 @@ int mcio_vmcInit(const char* vmc)
{
int r;

if (vmc_data)
{
write_buffer(vmcpath, vmc_data, vmc_size);
free(vmc_data);
vmc_data = NULL;
}
mcio_vmcFinish();

if (read_buffer(vmc, &vmc_data, &vmc_size) < 0)
return sceMcResFailIO;
Expand Down

0 comments on commit 01536a2

Please sign in to comment.