dbms: aggregate function debug: better check for double free [#METR-19278].

This commit is contained in:
Alexey Milovidov 2015-12-23 09:48:43 +03:00
parent 1c54336078
commit b95b48ee62

View File

@ -18,6 +18,8 @@ struct AggregateFunctionDebugData
std::cerr << "Bug!";
abort();
}
ptr.reset();
}
};