On Fri, Jun 14, 2019 at 01:14:29PM +0200, Jan Nieuwenhuizen wrote:
> Mike Gran writes:
> 
> 
> ...and I found another one, trying to load text in the test/editor.scm example
> 
>     (let ((buffer (send editor (get-buffer))))
>       (warn 'buffer buffer) ; =>       ;; WARNING (buffer #<<GtkTextBuffer> 
> 22bcc30>)
>       ;; BOOM:      => free(): invalid pointer
>       (send buffer (set-text "Hello, world!")))

I pushed a new release with an updated test/editor.scm that works, I think.

Thanks,

Mike Gran


Reply via email to