2
0

purposeResult is not an owned reference.

This commit is contained in:
Maarten Billemont 2017-09-03 15:46:38 -04:00
parent 4271d77225
commit 6904d4c427

View File

@ -242,8 +242,7 @@ void cli_free(Arguments *args, Operation *operation) {
if (operation) { if (operation) {
mpw_free_strings( &operation->fullName, &operation->masterPassword, &operation->siteName, NULL ); mpw_free_strings( &operation->fullName, &operation->masterPassword, &operation->siteName, NULL );
mpw_free_strings( &operation->keyContext, &operation->sitesPath, &operation->purposeResult, NULL ); mpw_free_strings( &operation->keyContext, &operation->sitesPath, &operation->resultState, &operation->resultParam, NULL );
mpw_free_strings( &operation->resultState, &operation->resultParam, NULL );
mpw_marshal_free( &operation->user ); mpw_marshal_free( &operation->user );
operation->site = NULL; operation->site = NULL;
operation->question = NULL; operation->question = NULL;