wizzomafizzo / lispbuilder

Automatically exported from code.google.com/p/lispbuilder
0 stars 0 forks source link

WITH-FONT bug when freeing #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 pmunksga...@gmail.com on 24 Jul 2013 at 3:06