mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 17:46:32 -04:00
Merge pull request #2160 from lightpanda-io/fix_fetch_cleanup_order
Remove unnecessary flag clear
This commit is contained in:
@@ -242,7 +242,6 @@ fn httpErrorCallback(ctx: *anyopaque, _: anyerror) void {
|
||||
|
||||
defer if (self._owns_response) {
|
||||
response.deinit(self._page._session);
|
||||
self._owns_response = false;
|
||||
};
|
||||
|
||||
var ls: js.Local.Scope = undefined;
|
||||
|
||||
Reference in New Issue
Block a user