chickadee » leptonic » pix-destroy

pix-destroyprocedure
  • in - PTR-TO-PPIX: ptr ppix
  • returns: no return value
(import leptonic)
(include "leptonic-types.scm")
(define-external ppx ppix (pix-read "img0.jpg"))
...
(pix-destroy (location ppx))