-
Notifications
You must be signed in to change notification settings - Fork 27
WITH-FONT bug when freeing #42
Copy link
Copy link
Open
Description
Evaluate "(sdl:with-init () (sdl:with-font (new-font sdl:*font-9x15*) nil))"
I would expect with-init to quietly return nil, but instead I get the following
condition:
"There is no applicable method for the generic function
#<STANDARD-GENERIC-FUNCTION LISPBUILDER-SDL:FREE (3)>
when called with arguments
(#<LISPBUILDER-SDL:SDL-BITMAP-FONT {10079BB093}>).
[Condition of type SIMPLE-ERROR]"
I am using lispbuilder-sdl 1.2.14 with sbcl 1.1.6.
Original issue reported on code.google.com by [email protected] on 24 Jul 2013 at 3:06
Reactions are currently unavailable