Fix Crash when "remember password" is clicked.
AbandonedPublic

Authored by puneethchanda on Jan 23 2020, 2:44 PM.

Details

Reviewers
SGOrava
Group Reviewers
Falkon
Summary

Bug 398767
Currently, when the user clicks remember password when KWallet is disabled, falkon gets crashed.
This patch fixes the crash by checking if KWallet object is created and only then it adds to the folder.

Diff Detail

Repository
R875 Falkon
Lint
Lint Skipped
Unit
Unit Tests Skipped
puneethchanda created this revision.Jan 23 2020, 2:44 PM
Restricted Application added a subscriber: falkon. · View Herald TranscriptJan 23 2020, 2:44 PM
puneethchanda requested review of this revision.Jan 23 2020, 2:44 PM

add return and condition to check m_wallet

puneethchanda abandoned this revision.Jan 23 2020, 3:15 PM

@drosca can you check this once.