From 565f07dcddf9c37357f040e31b6c8ce53f09b21e Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Fri, 24 Feb 2017 11:43:50 -0500 Subject: [PATCH] Align with iwamatsu's final release There were a couple of differences found between this codebase and iwamatsu's final release of 1.3.6 that are not in the gentoo patchset and also do not seem to be linked to any commits in the git history. This commit puts those differences back in. --- app.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app.cpp b/app.cpp index 84e52be..f53f57f 100644 --- a/app.cpp +++ b/app.cpp @@ -61,6 +61,8 @@ int conv(int num_msg, const struct pam_message **msg, case Panel::Login: (*resp)[i].resp=strdup(panel->GetName().c_str()); break; + default: + break; } break; @@ -1013,7 +1015,7 @@ int App::StartServer() { break; } - delete args; + delete [] args; serverStarted = true;