aboutsummaryrefslogtreecommitdiffhomepage
path: root/query.cc
diff options
context:
space:
mode:
Diffstat (limited to 'query.cc')
-rw-r--r--query.cc6
1 files changed, 6 insertions, 0 deletions
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);
+}