mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
parent
4213c70e2e
commit
0b9cbc5179
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ _onexit_t CDECL _onexit(_onexit_t func)
|
|||
UNLOCK_EXIT;
|
||||
return NULL;
|
||||
}
|
||||
memcpy (newtable, atexit_table, atexit_table_size);
|
||||
memcpy (newtable, atexit_table, atexit_table_size*sizeof(_onexit_t));
|
||||
atexit_table_size += 32;
|
||||
free (atexit_table);
|
||||
atexit_table = newtable;
|
||||
|
|
Loading…
Reference in a new issue