X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=query.cc;fp=query.cc;h=2a1815a748425f34fb20a8e210cd311ec10c1d9d;hp=c669fb9110a6fed7347ae454ddafa12fac3edbaa;hb=4ca1492f1b6a9172b1dca88aecf1d6e7394ac5d7;hpb=f6c7810945f1bc25b15dee72257c3b68bd0e8a40 diff --git a/query.cc b/query.cc index c669fb91..2a1815a7 100644 --- a/query.cc +++ b/query.cc @@ -141,3 +141,9 @@ notmuch_results_advance (notmuch_results_t *results) { results->iterator++; } + +void +notmuch_results_destroy (notmuch_results_t *results) +{ + talloc_free (results); +}