Skip to content

Commit 7729b5f

Browse files
committed
chore(build): update squall
1 parent fdbb268 commit 7729b5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bc/Memory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ void* Blizzard::Memory::Allocate(uint32_t bytes, uint32_t flags, const char* fil
1414
}
1515

1616
void Blizzard::Memory::Free(void* ptr) {
17-
SMemFree(ptr);
17+
STORM_FREE(ptr);
1818
}

0 commit comments

Comments
 (0)