]> git.notmuchmail.org Git - notmuch/commit
lib/config: remove early free in _get_email_from_passwd_file
authorDavid Bremner <david@tethera.net>
Sat, 24 Apr 2021 13:44:28 +0000 (10:44 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 24 Apr 2021 15:11:45 +0000 (12:11 -0300)
commit5f80e106d6f6e695677527b509164a6e5194abd1
tree9ce3c53011b3d0bfa00d372f1bed016d12dd172f
parent27a2c2c80d7854f75f8910802880f9a8e6764a45
lib/config: remove early free in _get_email_from_passwd_file

This (obvious) bug was caused by cut&pasting the code from
notmuch-config.c into the library and adding on a return at the end.
lib/config.cc