fix wxOutOfMemory return
svn: r12224
This commit is contained in:
parent
a2babc6045
commit
10f794defd
|
@ -3165,6 +3165,7 @@ static void MrEdOutOfMemory(void)
|
||||||
void *wxOutOfMemory()
|
void *wxOutOfMemory()
|
||||||
{
|
{
|
||||||
scheme_out_of_memory_abort();
|
scheme_out_of_memory_abort();
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user