mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 15:21:41 +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);
|
username, hostname, domainname);
|
||||||
|
|
||||||
talloc_free (username);
|
talloc_free (username);
|
||||||
talloc_free (email);
|
|
||||||
return email;
|
return email;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue