5 Mar
2014
5 Mar
'14
4:47 a.m.
On Sun, Mar 02, 2014 at 11:52:57AM -0800, Patrick Lai wrote:
dpcm_path_get() allocates dynamic memory to hold path list. Corresponding dpcm_path_put() must be called to free the memory. dpcm_path_put() is not called under several error conditions. This leads to memory leak.
Applied, thanks.