Skip to content

Commit

Permalink
Fix error in User_Memory_Init_Pools (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon authored Mar 8, 2024
1 parent d9e3e41 commit 2658e67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/common/system/gamememoryinit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -732,5 +732,6 @@ void User_Memory_Init_Pools()
}
}
}
fclose(fp);
}
}

0 comments on commit 2658e67

Please sign in to comment.