scd: Improve error handling.

* scd/app-openpgp.c (get_public_key): Improve error handling.
--
Found using the Clang Static Analyzer.

Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2015-11-17 18:05:51 +01:00
parent f596f8defa
commit 6a37b45a7f
1 changed files with 1 additions and 1 deletions

View File

@ -1468,7 +1468,7 @@ get_public_key (app_t app, int keyno)
xfree (buffer);
xfree (mbuf);
xfree (ebuf);
return 0;
return err;
}
#endif /* GNUPG_MAJOR_VERSION > 1 */