installer\MSIX from vsdev ps-shell.\build_msix.ps1 -debug 1.\sign_msix.ps1.\install_msix.ps1
does this happen in an msi build?!?
or just msix
@crutkas just msix
@yuyoyuppe thanks for the find! I had not used the Debug build with MSIX before so I never saw this error. Turns out I was using free instead of CoTaskMemFree for deallocating a string, and that caused this error to show up for any file on invoking the right-click menu.
@yuyoyuppe The fix is in master, can you verify that the heap corruption error doesn't occur any more?
fix confirmed.