commit | abb80e0f95f43b3ca066d9f80f4fe060a87e3f80 | [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 | fbb3f8ca499b04c82437155f87c8666cad607c6b [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().