Index: ttf_load.c =================================================================== --- ttf_load.c (revision 22923) +++ ttf_load.c (revision 22924) @@ -63,6 +63,7 @@ FT_Done_Face(ctx->face); FT_Done_Library(ctx->library); memset(&ctx, 0, sizeof(pcb_ttf_t)); + return 0; }