dump1090 icon indicating copy to clipboard operation
dump1090 copied to clipboard

realpath memory leak

Open jon-da-thon opened this issue 8 years ago • 0 comments

hey- patched a small memory leak

before:
==400== LEAK SUMMARY:
==400==    definitely lost: 32,768 bytes in 8 blocks
==400==    indirectly lost: 0 bytes in 0 blocks
==400==      possibly lost: 0 bytes in 0 blocks
==400==    still reachable: 667,216 bytes in 7 blocks
==400==         suppressed: 0 bytes in 0 blocks
after:
==492==    definitely lost: 0 bytes in 0 blocks
==492==    indirectly lost: 0 bytes in 0 blocks
==492==      possibly lost: 0 bytes in 0 blocks
==492==    still reachable: 667,216 bytes in 7 blocks
==492==         suppressed: 0 bytes in 0 blocks

jon-da-thon avatar May 10 '16 22:05 jon-da-thon