Dirkster99/AvalonDock

Controls cause memory leaks via event listner

Dirkster99 opened this issue · 0 comments

Overview

  1. Copy the attached AvalonDock.Layout.config.txt (without *.txt extension) into the MLibTest bin folder (eg.: source\MLibTest\MLibTest\bin\Debug\net4.5.2)

  2. Start dotMemory

  • Check 'Collect memory allocation and traffic data from start)'
  • Start MLibTest via Run option in dotMemory (source\MLibTest\MLibTest\bin\Debug\net4.5.2\MLibTest.exe)
  1. The screenshots below show the memory leaks via eventhandler (screenshots from dotMemory)

LayoutGridControl

dotMemory
dotMemory1

LayoutAnchorableControl

dotMemory
dotMemory1

LayoutAnchorSideControl

dotMemory
dotMemory1