purposeResult is not an owned reference.
This commit is contained in:
parent
4271d77225
commit
6904d4c427
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user