stupid error fixed in destroy_cstrwrap();
This commit is contained in:
parent
e0cd74ac99
commit
d17149579d
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user