mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
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.
This commit is contained in:
parent
27a2c2c80d
commit
5f80e106d6
1 changed files with 0 additions and 1 deletions
|
@ -542,7 +542,6 @@ _get_email_from_passwd_file (void *ctx)
|
|||
username, hostname, domainname);
|
||||
|
||||
talloc_free (username);
|
||||
talloc_free (email);
|
||||
return email;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue