mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[RAPPS] Fix double free when closing rapps
This commit is contained in:
parent
9229e73f03
commit
675edad96f
2 changed files with 14 additions and 7 deletions
|
@ -211,20 +211,21 @@ class CAppsListView :
|
|||
};
|
||||
|
||||
BOOL bIsAscending = TRUE;
|
||||
BOOL bHasCheckboxes;
|
||||
BOOL bHasCheckboxes = FALSE;
|
||||
|
||||
INT ItemCount = 0;
|
||||
INT CheckedItemCount = 0;
|
||||
INT ColumnCount = 0;
|
||||
|
||||
INT nLastHeaderID;
|
||||
INT nLastHeaderID = -1;
|
||||
|
||||
APPLICATION_VIEW_TYPE ApplicationViewType = AppViewTypeEmpty;
|
||||
|
||||
HIMAGELIST m_hImageListView;
|
||||
HIMAGELIST m_hImageListView = NULL;
|
||||
|
||||
public:
|
||||
CAppsListView();
|
||||
~CAppsListView();
|
||||
|
||||
VOID SetCheckboxesVisible(BOOL bIsVisible);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue