aboutsummaryrefslogtreecommitdiff
path: root/bindings/python-cffi/tests
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2021-08-03 13:44:57 -0500
committerDavid Bremner <david@tethera.net>2021-08-03 20:30:15 -0300
commit2474bce8b1a5b8011b19d8ff5cc84957e71e1917 (patch)
treee32bacc19374632d12754a2e7fd67be5cf536113 /bindings/python-cffi/tests
parentc966fa6439f35dd28c31fcd5c94465feef21151f (diff)
ruby: cleanup object_destroy()
It was assumed the destructor of notmuch_rb_database_type did return a notmuch_status_t because that's what notmuch_database_close returns, and that value was checked by notmuch_rb_database_close in order to decide if to raise an exception. It turns out notmuch_database_destroy was called instead, so nothing was returned (void). All the destroy functions are void, and that's what we want. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'bindings/python-cffi/tests')
0 files changed, 0 insertions, 0 deletions