Alexey Samsonov
b21ab43cfc
Revert r194865 and r194874.
...
This change is incorrect. If you delete virtual destructor of both a base class
and a subclass, then the following code:
Base *foo = new Child();
delete foo;
will not cause the destructor for members of Child class. As a result, I observe
plently of memory leaks. Notable examples I investigated are:
ObjectBuffer and ObjectBufferStream, AttributeImpl and StringSAttributeImpl.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194997 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-18 09:31:53 +00:00
..
2013-08-18 08:29:51 +00:00
2013-11-18 09:31:53 +00:00
2013-01-02 11:36:10 +00:00
2013-11-18 09:31:53 +00:00
2013-06-19 21:36:55 +00:00
2013-05-10 20:58:11 +00:00
2013-10-29 17:07:16 +00:00
2012-12-29 15:23:06 +00:00
2012-05-10 20:20:25 +00:00
2013-07-14 04:42:23 +00:00
2013-07-14 04:42:23 +00:00
2013-05-06 21:58:00 +00:00
2013-05-28 19:01:45 +00:00
2013-05-06 21:58:00 +00:00
2013-02-11 21:37:55 +00:00
2013-05-16 15:08:37 +00:00
2013-02-21 20:05:00 +00:00
2013-09-15 22:04:42 +00:00
2013-09-28 13:42:22 +00:00
2013-02-14 19:57:17 +00:00
2013-11-18 09:31:53 +00:00
2013-11-18 09:31:53 +00:00
2013-05-14 18:54:06 +00:00
2013-05-01 21:37:34 +00:00
2013-10-28 04:07:31 +00:00
2013-05-10 20:27:34 +00:00
2012-05-11 19:39:13 +00:00
2012-05-11 19:39:13 +00:00
2012-07-19 00:25:04 +00:00
2013-09-22 08:21:56 +00:00
2013-10-27 11:16:09 +00:00
2013-11-13 01:57:54 +00:00
2013-11-18 09:31:53 +00:00
2013-09-11 00:41:02 +00:00
2013-08-30 03:49:48 +00:00
2013-10-29 17:07:16 +00:00
2013-05-13 07:50:47 +00:00
2012-12-04 05:00:31 +00:00
2013-09-28 13:42:22 +00:00
2013-10-07 13:39:22 +00:00
2013-10-07 13:39:22 +00:00
2013-05-31 23:45:26 +00:00
2013-05-06 21:58:00 +00:00
2013-02-14 19:57:17 +00:00
2013-02-14 19:57:17 +00:00
2012-02-18 12:03:15 +00:00
2013-05-25 02:42:55 +00:00
2013-05-25 02:42:55 +00:00
2013-08-21 20:36:42 +00:00
2013-05-06 21:58:00 +00:00
2013-11-18 09:31:53 +00:00
2013-11-18 09:31:53 +00:00
2013-09-20 05:14:41 +00:00
2013-01-07 01:37:14 +00:00
2013-05-07 19:53:00 +00:00
2013-05-07 19:53:00 +00:00
2012-10-08 16:38:25 +00:00
2013-05-23 15:43:11 +00:00
2012-04-12 17:55:53 +00:00
2012-04-12 17:55:53 +00:00