Fix memory leak for LocalePreflet.cpp
Signed-off-by: Oliver Tappe <[email protected]>
This commit is contained in:
committed by
Oliver Tappe
parent
e5ab37ae70
commit
aa419051e6
@@ -74,7 +74,7 @@ LocalePreflet::MessageReceived(BMessage* message)
|
|||||||
|
|
||||||
case B_ABOUT_REQUESTED:
|
case B_ABOUT_REQUESTED:
|
||||||
{
|
{
|
||||||
BAboutWindow* window = new BAboutWindow(kAppName, kSignature);
|
BAboutWindow* window;
|
||||||
|
|
||||||
const char* authors[] = {
|
const char* authors[] = {
|
||||||
"Axel Dörfler",
|
"Axel Dörfler",
|
||||||
|
|||||||
Reference in New Issue
Block a user