MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / OnDestroy

Function OnDestroy

Libraries/PropertyGrid/PropertyGrid.h:681–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679 }
680
681 LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
682 {
683 // Make sure we clean up all items...
684 // FIX: Thanks to Ilya Markevich for spotting this memory leak
685 DeleteAllItems();
686 bHandled = TRUE;
687 return 0;
688 }
689
690 LRESULT OnFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
691 {

Callers

nothing calls this directly

Calls 1

DeleteAllItemsFunction · 0.70

Tested by

no test coverage detected