]> git.cworth.org Git - notmuch/commit
cli: remove useless talloc_strdup
authorJani Nikula <jani@nikula.org>
Sun, 31 Mar 2013 09:45:58 +0000 (12:45 +0300)
committerDavid Bremner <bremner@unb.ca>
Mon, 1 Apr 2013 13:34:44 +0000 (09:34 -0400)
commitab65c365d56ba746282c558301104eec8c72d4bf
tree487911361caff36588d1687340fade8c09e4f087
parentabd4d6b92e488109a155fdee27285e6df485c583
cli: remove useless talloc_strdup

If the condition holds, query_string_from_args() has already returned
a talloc allocated empty string. There's no need to duplicate that.
notmuch-count.c