[Quickfix-developers] Memory growth/Leak
Brought to you by:
orenmnero
From: Sanjaya B. <isa...@gm...> - 2022-06-22 04:44:59
|
Hi Im cloning the FIX44::MarketDataSnapshotFullRefresh and FIX44::MarketDataIncrementalRefresh by new operator. and push them into a queue inside the onMessage callback. And delete them in a separate thread. This will make a memory grow. Deallocation doesn't happen as expected. Did I do anything wrong? -- Regards, Isuru Sanjaya Wijayabandara |