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:
|
||||
{
|
||||
BAboutWindow* window = new BAboutWindow(kAppName, kSignature);
|
||||
BAboutWindow* window;
|
||||
|
||||
const char* authors[] = {
|
||||
"Axel Dörfler",
|
||||
|
||||
Reference in New Issue
Block a user