Fix memory leak for LocalePreflet.cpp

Signed-off-by: Oliver Tappe <[email protected]>
This commit is contained in:
Murai Takashi
2013-07-15 13:04:04 +02:00
committed by Oliver Tappe
parent e5ab37ae70
commit aa419051e6
+1 -1
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",