DenysVuika / WPG

WPF PropertyGrid Control
Apache License 2.0
101 stars 47 forks source link

Memory leak #20

Open WillooWisp opened 11 years ago

WillooWisp commented 11 years ago

Hi,

There seems to be a memory leak in the PropertyGrid since AddValueChanged is called instead of RemoveValueChanged in the RemoveValueChanged method of MergedPropertyDescriptor.

WPGScreenShot