]> git.cworth.org Git - obsolete/notmuch-old/commit
lib: Ensure notmuch_query_search_messages returns NULL on an exception.
authorCarl Worth <cworth@cworth.org>
Sat, 24 Apr 2010 14:25:12 +0000 (07:25 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 24 Apr 2010 14:27:50 +0000 (07:27 -0700)
commit138fd38afe6c6d44179952dd17c4b07e9223ad37
treed972839e6578e4170b2503995c923b94657e7eac
parente3e0e26806cf95cddd4dfb11c24d1ecd15171110
lib: Ensure notmuch_query_search_messages returns NULL on an exception.

Previously, this function may have segfaulted immediately after
reporting the exception.
lib/notmuch.h
lib/query.cc