Skip to content

Commit

Permalink
kuser: generate_requests leaks 'words'
Browse files Browse the repository at this point in the history
Change-Id: I67a4b4cdab5bf32b9d2b28d8429bb31202cd3b6b
  • Loading branch information
jaltman committed Nov 19, 2016
1 parent 5debfae commit 2fda484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kuser/generate-requests.c
Expand Up @@ -92,6 +92,7 @@ generate_requests (const char *filename, unsigned nreq)
krb5_free_cred_contents (context, &cred);
krb5_free_principal(context, client);
}
free(words);
}

static int version_flag = 0;
Expand Down

0 comments on commit 2fda484

Please sign in to comment.