msvcrtd: Add missing return (Coverity).

oldstable
André Hentschel 2013-07-08 21:18:18 +02:00 committed by Alexandre Julliard
parent 6cf05f914d
commit 6120b3d594
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ void * CDECL MSVCRTD_operator_new_dbg(MSVCRT_size_t nSize, int nBlockUse,
return NULL;
case _FREE_BLOCK:
FIXME("Native code throws an exception here\n");
return NULL;
case _CRT_BLOCK:
case _IGNORE_BLOCK:
ERR("Not allowed nBlockUse value: %d\n", _BLOCK_TYPE(nBlockUse));