Fix all clang scan-build warnings

This commit is contained in:
Trevor Bentley
2017-09-27 11:28:39 +02:00
parent 90209997cc
commit 9a7ccf48fa
7 changed files with 18 additions and 10 deletions
+4 -2
View File
@@ -222,8 +222,10 @@ EXIT:
return rc;
ERROR_EXIT:
des_destroy_key(*key);
*key = NULL;
if (key) {
des_destroy_key(*key);
*key = NULL;
}
goto EXIT;