@ -55,7 +55,7 @@ void destroy_cstrwrap(sexp_cstrwrap_t *csw)
if(!csw) return;
if(csw->cc) destroy_continuation(csw->cc);
sexp_free(csw->cc, sizeof(sexp_cstrwrap_t));
sexp_free(csw, sizeof(sexp_cstrwrap_t));
return;
}