(vg) Fix build again

This commit is contained in:
Higor Eurípedes 2015-12-08 21:59:59 -03:00
parent dc371da6ed
commit 962455fafa

View File

@ -219,7 +219,7 @@ static void vg_free(void *data)
vgDestroyPaint(vg->mPaintBg);
}
gfx_ctx_free(vg);
gfx_ctx_free();
free(vg);
}