dune icon indicating copy to clipboard operation
dune copied to clipboard

Transports/CommManager: fix several serious and continuous leaks

Open josebraga opened this issue 2 years ago • 0 comments

Messages were being cloned (new) without being properly released.

  • Avoided cloning where possible
  • Release resources
  • Make sure order of deleting pointers and erasing elements from container is correct

josebraga avatar Apr 29 '22 10:04 josebraga