memgraph/src/storage
Dominik Gleich b094e7473b Add virtual destructor
Summary:
Not having a virtual destructor caused tests
to fail (cypher_main_visitor, interpreter) sporadically
since unfreed memory was re-used incorrectly.
Also Valgrind complained constantly.

Reviewers: florijan, teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1081
2017-12-22 15:02:57 +01:00
..
locking Prepare transactional engine for distributed 2017-12-01 09:17:44 +01:00
address.hpp Refactor global ids and prepare for distributed 2017-12-05 13:05:55 +01:00
concurrent_id_mapper_master.cpp Add RPC to concurrent ID mapper 2017-12-19 09:11:16 +01:00
concurrent_id_mapper_master.hpp Add virtual destructor 2017-12-22 15:02:57 +01:00
concurrent_id_mapper_rpc_messages.hpp Add RPC to concurrent ID mapper 2017-12-19 09:11:16 +01:00
concurrent_id_mapper_single_node.hpp Add master/worker flags, main functions and coordination 2017-12-19 16:05:57 +01:00
concurrent_id_mapper_worker.cpp Add RPC to concurrent ID mapper 2017-12-19 09:11:16 +01:00
concurrent_id_mapper_worker.hpp Add master/worker flags, main functions and coordination 2017-12-19 16:05:57 +01:00
concurrent_id_mapper.hpp Add virtual destructor 2017-12-22 15:02:57 +01:00
deferred_deleter.hpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
edge_accessor.cpp Prepare record accessor for distributed 2017-12-08 14:12:18 +01:00
edge_accessor.hpp Prepare record accessor for distributed 2017-12-08 14:12:18 +01:00
edge.hpp Vertex and Edge distributed storage support 2017-11-14 15:18:06 +01:00
edges.hpp Migrate labels/properties/edgetypes to ids 2017-11-23 17:12:37 +01:00
garbage_collector.hpp Prepare transactional engine for distributed 2017-12-01 09:17:44 +01:00
gid.hpp Update snapshot format 2017-12-20 16:57:42 +01:00
property_value_store.hpp PropertyValueStore - remove Accept function (never used, never will be) 2017-09-13 10:11:55 +02:00
property_value.cpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
property_value.hpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
record_accessor.cpp Prepare record accessor for distributed 2017-12-08 14:12:18 +01:00
record_accessor.hpp Prepare record accessor for distributed 2017-12-08 14:12:18 +01:00
vertex_accessor.cpp Prepare record accessor for distributed 2017-12-08 14:12:18 +01:00
vertex_accessor.hpp Prepare record accessor for distributed 2017-12-08 14:12:18 +01:00
vertex.hpp Vertex and Edge distributed storage support 2017-11-14 15:18:06 +01:00