defaultCustomNULL replaced with defaultCustomMem

This commit is contained in:
inikep
2016-06-03 13:28:20 +02:00
parent 36fac00149
commit 3763c77f6b
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ struct ZBUFF_CCtx_s {
ZBUFF_CCtx* ZBUFF_createCCtx(void)
{
return ZBUFF_createCCtx_advanced(defaultCustomNULL);
return ZBUFF_createCCtx_advanced(defaultCustomMem);
}
ZBUFF_CCtx* ZBUFF_createCCtx_advanced(ZSTD_customMem customMem)
+1 -1
View File
@@ -121,7 +121,7 @@ struct ZSTD_CCtx_s
ZSTD_CCtx* ZSTD_createCCtx(void)
{
return ZSTD_createCCtx_advanced(defaultCustomNULL);
return ZSTD_createCCtx_advanced(defaultCustomMem);
}
ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem)