mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Comment assert out
Verbose, libcurl free's null blocks.
This commit is contained in:
parent
4f7280ab4c
commit
0a6fc26529
@ -25,7 +25,7 @@ extern "C" void* R_malloc(size_t nSize)
|
|||||||
|
|
||||||
extern "C" void R_free(void* pBlock)
|
extern "C" void R_free(void* pBlock)
|
||||||
{
|
{
|
||||||
Assert(pBlock);
|
//Assert(pBlock);
|
||||||
MemAllocSingleton()->Free(pBlock);
|
MemAllocSingleton()->Free(pBlock);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user