aws / lumberyard

Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source.
Other
2.04k stars 541 forks source link

LDS memory leaks fix #448

Open rustamserg opened 5 years ago

rustamserg commented 5 years ago

Valgrind reports memory leaks on LDS

Fix double allocation in physrea. pArea->m_pMask is already allocated in ProcessBuffer function. Fix case when client is disconnected while its event queue contains elements.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

AMZN-puvvadar commented 5 years ago

Thanks for the submission @rustamserg , I will put this in front of our Physics engineers.