]> git.notmuchmail.org Git - notmuch/commit
lib: destroy message object after message removal
authorAli Polatel <alip@exherbo.org>
Mon, 3 Oct 2011 20:27:32 +0000 (23:27 +0300)
committerAli Polatel <alip@exherbo.org>
Tue, 4 Oct 2011 04:39:57 +0000 (07:39 +0300)
commit9b3f16ce715d2371224955bc5b6f948eaa4ee325
tree52ef2399b9a762273a0eed2d72ec2aa9d57b4ffc
parent8c51525e8213e074a845ad53d7196453952623dd
lib: destroy message object after message removal

notmuch_database_remove_message() must call notmuch_message_destroy()
once it is done handling message removal.
lib/database.cc