1
0
forked from 0ad/0ad

bitten by free() redirector macro again.. fixed

This was SVN commit r3430.
This commit is contained in:
janwas 2006-01-28 22:30:28 +00:00
parent 0fa0bfcb28
commit cda1e4c177

View File

@ -717,7 +717,9 @@ LibError file_cache_invalidate(const char* P_fn)
if(cached_buf)
{
file_cache.remove(atom_fn);
#include "nommgr.h"
cache_allocator.free((u8*)cached_buf, size);
#include "mmgr.h"
}
return ERR_OK;