Hello Ludovic,
thanks for pointing that out. IIRC, I saw this kind of errors during
testing but I thought I fixed them. What Guile-SSH version do you use?
Here's 'free_session' procedure from Guile-SSH version 0.10.0:
--8<---cut here---start->8---
size_t
fre
Artyom Poptsov writes:
> Hello Ludovic,
>
> thanks for pointing that out. IIRC, I saw this kind of errors during
> testing but I thought I fixed them. What Guile-SSH version do you use?
>
> Here's 'free_session' procedure from Guile-SSH version 0.10.0:
>
> size_t
> free_session (SCM session_smo
Hi Artyom,
Artyom Poptsov skribis:
> thanks for pointing that out. IIRC, I saw this kind of errors during
> testing but I thought I fixed them. What Guile-SSH version do you use?
I just realized I was still using 0.9.0, sorry for the confusion!
> Here's 'free_session' procedure from Guile-SS
Hello Ludovic and David,
thanks for all the comments on the smob freeing callbacks. Apparently I
misread the documentation so the bug was introduced. I've changed the
callback procedures as was suggested; the patches included in Guile-SSH
version 0.10.1 released a few moments ago.
- Artyom
--