Skip to content

iDQ: Patch several memory leaks

Rachael Huxford requested to merge o4-online-dev-idq-081022 into o4-online-dev

Several patches in this commit/MR:

  1. Recycle memory locations when popping off queue and pushing to head
  2. Free buf_vector at the end of each call to integrate. No need to store as property of element.
  3. Free both queue and queue elements in finalize.

Merge request reports