commit | b777b3b98c14684786df105f0394d924c4ba9580 | [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 | f5ecc1bdb27be2e5320765d8cb0922a47c930851 | |
parent | 45d4f51866567c72dd44b8904459054e0fec7155 [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().