Skip to content

Commit

Permalink
メモリリーク修正
Browse files Browse the repository at this point in the history
  • Loading branch information
zmatsuo committed Jul 23, 2024
1 parent b0d32bf commit 19f62c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teraterm/teraterm/theme_pp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ HPROPSHEETPAGE ThemePageCreate(HINSTANCE inst, TTTSet *pts)
psp.dwFlags = PSP_DEFAULT | PSP_USECALLBACK | PSP_USETITLE | PSP_HASHELP;
psp.hInstance = inst;
psp.pfnCallback = CallBack;
psp.pszTitle = _wcsdup(L"Theme");
psp.pszTitle = L"Theme";
psp.pszTemplate = MAKEINTRESOURCEW(id);
#if defined(REWRITE_TEMPLATE)
psp.dwFlags |= PSP_DLGINDIRECT;
Expand Down

0 comments on commit 19f62c6

Please sign in to comment.