1
1

need to specify a size, base address will match

This commit was SVN r7798.
Этот коммит содержится в:
Tim Woodall 2005-10-18 17:01:36 +00:00
родитель 4d2d39b0a6
Коммит b570c8cad4

Просмотреть файл

@ -237,7 +237,7 @@ int mca_mpool_base_free(void * base)
rc = current->mpool_module->mpool_find(
current->mpool_module,
base,
0,
1,
&regs,
&cnt
);