mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[quickjs] Free response_text in xhr.c finalizer
This commit is contained in:
parent
2fd55215a7
commit
4dc436e26d
@ -321,6 +321,7 @@ xhr_finalizer(JSRuntime *rt, JSValue val)
|
||||
}
|
||||
mem_free_if(x->responseURL);
|
||||
mem_free_if(x->status_text);
|
||||
mem_free_if(x->response_text);
|
||||
|
||||
struct xhr_listener *l;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user