Memory issue causing crash when delete
called on AMQPWorker*
create via new
#18
Labels
bug
Something isn't working
delete
called on AMQPWorker*
create via new
#18
This happens in the unit tests and needs to be reconciled because it will likely become a problem later. When
auto worker = new AMQPWorker(...)
is called, it should later be possible todelete worker
. This doesn't work correctly in the setup fixture class intests/agent_t.cpp
.The text was updated successfully, but these errors were encountered: