[Fluxus] typeprimitive memory leak

gabor papp gabor.lists at mndl.hu
Mon Feb 23 15:23:59 PST 2009


i found a possible memory leak in typeprimitive, the
used typeface and library were not destroyed, but it seems it is still
leaking somewhere. running the following script slowly eats up the memory.

(clear)

(define type 0)

(define (animate)
    (destroy type)
    (set! type (build-type "Bitstream-Vera-Sans-Mono.ttf" "test")))

(every-frame (animate))

best,
gabor



More information about the Fluxus mailing list