Closed UlfbertHuynh closed 2 years ago
Hi @UlfbertHuynh,
It should not leak, but you can easily test it by using Valgrind. There are many on-line tutorials to find out how to use Valgrind, just in case you're not familiar with it.
Regards
NO, mget
doesn't leak memory. The code looks good to me.
Regards
Given the above code will this cause any memory leakage ? I'm worrying inside mget() may Error is thrown before some cleaning up operation.