Files
ladybird/Userland/Libraries/LibWeb/XHR/XMLHttpRequest.cpp
Andreas Kling e6eb8a9f06 LibWeb: Fix crash in get_response_mime_type()
We were creating a ref-counted HeaderList object on the stack,
which then crashed in ~RefCounted() on scope exit, since nobody had
adopted it.
2022-09-29 18:33:53 +02:00

26 KiB