Skip to content

Commit

Permalink
Align with iwamatsu's final release
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
axs-gentoo committed Feb 24, 2017
1 parent dc4aa18 commit 565f07d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -1013,7 +1015,7 @@ int App::StartServer() {
break;
}

delete args;
delete [] args;

serverStarted = true;

Expand Down

0 comments on commit 565f07d

Please sign in to comment.