diff options
author | Timothy Flynn <trflynn89@pm.me> | 2023-01-30 16:35:47 -0500 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-02-01 14:04:44 +0000 |
commit | 96f409ec1efc0d6186752d3c85e9a534bdebfbff (patch) | |
tree | 6430e24455ae4b4b2e8018f6eca97430c41bf7ec /Userland/CMakeLists.txt | |
parent | 9bb469f32406f4f5d1468a7b23de5198a54525b1 (diff) | |
download | serenity-96f409ec1efc0d6186752d3c85e9a534bdebfbff.zip |
LibWeb+WebContent: Do not reference-count file request objects
There is currently a memory leak with these file request objects due to
the callback on_file_request_finish referencing itself in its capture
list. This object does not need to be reference counted or allocated on
the heap. It is only ever stored in a HashMap until a response is
received from the browser, and it is not shared.
Diffstat (limited to 'Userland/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions