stupid error fixed in destroy_cstrwrap();

master^2
Alexander Vdolainen 5 years ago
parent e0cd74ac99
commit d17149579d

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

Loading…
Cancel
Save