An lcb_search call that would return an error calls the callback unexpectedly
Description
That segfaults the python client. I've worked around that for now (but it is a hack). The problem is, we don't clear the callback before calling the handle destructor (which will call the callback if it is set). One-liner fix - clear_callback() in search.cc:46
That segfaults the python client. I've worked around that for now (but it is a hack). The problem is, we don't clear the callback before calling the handle destructor (which will call the callback if it is set). One-liner fix -
clear_callback()
insearch.cc:46