提交 4e580cf9 编写于 作者: S Sean Barrett

fix compile

上级 118f2855
......@@ -45,7 +45,7 @@ void* stbir_malloc(void* context, size_t size)
void stbir_free(void* context, void* memory)
{
if (!context)
return free(memory);
free(memory);
}
void stbir_progress(float p)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册