kadmin: add_users leaks 'words'

Change-Id: I2607c8f0d774dd31d3b7f2341a65f4d43867548f
This commit is contained in:
Jeffrey Altman
2016-11-19 00:21:42 -05:00
parent e772511b78
commit 11d1c81c27

View File

@@ -132,6 +132,7 @@ add_users (const char *filename, unsigned n)
add_user (ctx, hndl, nwords, words);
kadm5_destroy(hndl);
krb5_free_context(ctx);
free(words);
}
static int version_flag = 0;