diff options
Diffstat (limited to 'src/utils/ext_password_test.c')
-rw-r--r-- | src/utils/ext_password_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/ext_password_test.c b/src/utils/ext_password_test.c index 3801bb85449fe..b3a4552d1c2c4 100644 --- a/src/utils/ext_password_test.c +++ b/src/utils/ext_password_test.c @@ -36,7 +36,7 @@ static void ext_password_test_deinit(void *ctx) { struct ext_password_test_data *data = ctx; - os_free(data->params); + str_clear_free(data->params); os_free(data); } |