Hello,
In server.cc, a new instance of OltIndication is created but the memory is not released after pushing the indication to the queue.
openolt::OltIndication* oltInd = new openolt::OltIndication();
Please suggest where this memory is freed?
Regards.