Fix memory leak for LocalePreflet.cpp

Signed-off-by: Oliver Tappe <zooey@hirschkaefer.de>
This commit is contained in:
Murai Takashi 2013-07-13 16:44:42 +09:00 committed by Oliver Tappe
parent e5ab37ae70
commit aa419051e6

View File

@ -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",