refactor: kill custom modules scripts en destroy

This commit is contained in:
Alex
2019-04-23 15:56:38 +02:00
parent cccf60c30e
commit 90d89fe974
11 changed files with 107 additions and 35 deletions

View File

@ -104,7 +104,7 @@ struct Ipc::ipc_response Ipc::recv(int fd) {
}
total += res;
}
auto parsed = parser_.parse(&payload.front(), data32[0]);
auto parsed = parser_.parse(&payload.front());
return {data32[0], data32[1], parsed};
}