mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
Merge pull request #284 from lightpanda-io/server-sync-deinit
server: ensure Send is always deinit in callback
This commit is contained in:
@@ -415,7 +415,6 @@ const Send = struct {
|
|||||||
_ = result catch |err| {
|
_ = result catch |err| {
|
||||||
log.err("send error: {any}", .{err});
|
log.err("send error: {any}", .{err});
|
||||||
self.ctx.err = err;
|
self.ctx.err = err;
|
||||||
return;
|
|
||||||
};
|
};
|
||||||
self.deinit();
|
self.deinit();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user