Fix memory leak for LocalePreflet.cpp
Signed-off-by: Oliver Tappe <zooey@hirschkaefer.de>
This commit is contained in:
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",
|
||||
|
Loading…
Reference in New Issue
Block a user