commit | e4b641b1fe74d4a51a54a6fd9db29749170edef3 | [log] [tgz] |
---|---|---|
author | SungHyun Kwon <sh.kwon@lge.com> | Tue Mar 03 13:56:42 2015 +0900 |
committer | SungHyun Kwon <sh.kwon@lge.com> | Tue Mar 03 17:56:18 2015 +0900 |
tree | 029f98cee667008aac5f057fb58318c76b6914b0 | |
parent | 075a6c8fc2cdf9a44c7be507a48079c06bcebde7 [diff] |
Fix memory leak on jdwp_process_free() if many jdwp connection are created(), the memory will be leaked. When it deletes heap memory on jdwp_process_free(), the proc->fde just set to null. so it need to free() in fdevent_destory().