fix segfault

pull/1598/head v0.8.4
Jeff Becker 3 years ago
parent 0ddea9b103
commit 80a76c9386
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -457,7 +457,7 @@ namespace llarp
RecvDataEvent ev;
ev.fromPath = std::move(recvPath);
ev.pathid = v->frame.F;
auto& handler = ev.msg->handler;
auto* handler = msg->handler;
ev.msg = std::move(msg);
handler->QueueRecvData(std::move(ev));
});

Loading…
Cancel
Save