]> git.notmuchmail.org Git - notmuch/blobdiff - lib/config.cc
lib/config: remove early free in _get_email_from_passwd_file
[notmuch] / lib / config.cc
index 7a0da9716bf9a36ef4b1b5abad7cc5aabdee3049..50bcf6a28c43037099a616af432081aa25018658 100644 (file)
@@ -542,7 +542,6 @@ _get_email_from_passwd_file (void *ctx)
                             username, hostname, domainname);
 
     talloc_free (username);
-    talloc_free (email);
     return email;
 }