tp: fix memory leak of table objects

This CL adds the missing virtual destructor which was cauisng memory
leaks as dynamic tables which were upcast to Table would not be
correctly destroyed when the SQLite cursor was destroyed.

Change-Id: I56bc3d0b078267393b71450a1b644847a39c0a0b
diff --git a/Android.bp b/Android.bp
index d601896..e1931e2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -6426,6 +6426,9 @@
 // GN: //src/trace_processor/tables:tables
 filegroup {
   name: "perfetto_src_trace_processor_tables_tables",
+  srcs: [
+    "src/trace_processor/tables/table_destructors.cc",
+  ],
 }
 
 // GN: //src/trace_processor/tables:unittests