From 2b15821a6524b5a5231b97d5d4c0cb5a459711e8 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Tue, 2 Jun 2020 17:21:06 -0700 Subject: fix: remaining raw free calls --- include/libfont.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libfont.h b/include/libfont.h index 964c446..860d8d4 100644 --- a/include/libfont.h +++ b/include/libfont.h @@ -160,7 +160,7 @@ int font·glyph_svg(font·Info *info, int gl, char **svg); /* bitmap rendering */ /* frees the bitmap allocated below */ -void font·freebitmap(uchar *bitmap, void *userdata); +void font·freebitmap(font·Info *info, uchar *bitmap); /* * allocates a large-enough single-channel 8bpp bitmap and renders the -- cgit v1.2.1