Add destructor functions for the pointer argument (NB: not the type string)
commitee9ea9bfb890bccc68e9578484c22d8fd7fad5cb
authorD. Richard Hipp <drh@hwaci.com>
Thu, 27 Jul 2017 17:45:08 +0000 (27 17:45 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Thu, 27 Jul 2017 17:45:08 +0000 (27 17:45 +0000)
tree2d36b52d24c9388746545285a6e2f343218985c6
parent56e0b5635bb54887f8a71a6a4ad6ce1deba4ac13
parent911fd008af0747bd0edd30aaac60d76ec727a54c
Add destructor functions for the pointer argument (NB: not the type string)
to the sqlite3_bind_pointer() and sqlite3_result_pointer() interfaces.  Use
this new capability to resolve a pointer leak in the custom geometry function
mechanism of the RTREE extension.