Skip to content

Commit

Permalink
LastPass CLI - The FF file was not deleted after logout
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusmartins-lp committed May 3, 2024
1 parent f50cc35 commit 8251506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions session.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ void session_kill()
config_unlink("session_privatekey");
config_unlink("session_server");
config_unlink("plaintext_key");
config_unlink("session_ff_url_encryption");
agent_kill();
upload_queue_kill();
}

0 comments on commit 8251506

Please sign in to comment.