Skip to content

Commit

Permalink
Fixed a bug that could prevent some resources from being freed when c…
Browse files Browse the repository at this point in the history
…hanging the "NoPerApplicationList" setting
  • Loading branch information
valinet committed Oct 12, 2022
1 parent 2f637fd commit c5776e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SimpleWindowSwitcher/sws_WindowSwitcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -2716,7 +2716,6 @@ void sws_WindowSwitcher_InitializeDefaultSettings(sws_WindowSwitcher* _this)
_this->dwMaxAbsoluteWP = 0;
_this->dwMaxAbsoluteHP = 0;
_this->bNoPerApplicationList = FALSE;
_this->bNoPerApplicationListPrevious = FALSE;
_this->dwMasterPadding = SWS_WINDOWSWITCHERLAYOUT_MASTER_PADDING_TOP;
_this->dwWallpaperSupport = SWS_WALLPAPERSUPPORT_NONE;
_this->bSwitcherIsPerApplication = FALSE;
Expand Down

0 comments on commit c5776e5

Please sign in to comment.