Alexey Samsonov
3bfef6bdb6
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.
llvm-svn: 194997
2013-11-18 09:31:53 +00:00
..
2013-08-14 14:23:31 +00:00
2013-09-23 23:26:57 +00:00
2013-09-11 21:47:57 +00:00
2013-11-13 14:01:59 +00:00
2013-01-10 00:45:19 +00:00
2013-01-10 00:45:19 +00:00
2013-10-16 01:34:32 +00:00
2013-02-05 17:55:27 +00:00
2013-10-29 01:06:17 +00:00
2013-11-18 09:31:53 +00:00
2012-12-14 18:52:11 +00:00
2012-02-17 16:39:47 +00:00
2013-10-22 15:18:03 +00:00
2012-05-18 19:12:01 +00:00
2013-11-08 16:07:43 +00:00
2013-09-26 14:49:40 +00:00
2013-02-19 21:57:35 +00:00
2013-05-15 18:22:01 +00:00
2013-10-16 01:05:45 +00:00
2013-10-25 03:29:42 +00:00
2013-07-09 16:41:09 +00:00
2013-05-24 00:39:57 +00:00
2013-01-10 00:45:19 +00:00
2012-02-05 22:14:15 +00:00
2012-05-11 01:39:13 +00:00
2013-08-21 09:34:22 +00:00
2013-04-15 17:40:45 +00:00
2012-11-26 18:05:52 +00:00
2013-09-03 15:03:36 +00:00
2013-05-24 01:07:04 +00:00
2013-09-12 14:23:19 +00:00
2012-03-15 18:05:57 +00:00
2013-06-15 04:49:57 +00:00
2012-09-14 14:57:36 +00:00
2013-09-01 04:28:48 +00:00
2013-10-25 03:29:42 +00:00
2013-08-21 07:28:24 +00:00
2013-08-25 19:48:46 +00:00
2013-08-21 07:28:55 +00:00
2013-11-08 22:14:49 +00:00
2013-10-08 13:08:17 +00:00
2013-08-21 07:28:13 +00:00
2013-02-11 01:16:51 +00:00
2013-05-31 23:45:26 +00:00
2013-05-24 00:39:57 +00:00
2013-10-22 15:18:03 +00:00
2013-04-17 21:18:16 +00:00
2013-07-06 12:13:10 +00:00
2013-04-17 21:18:16 +00:00
2013-09-23 23:26:57 +00:00
2013-11-18 09:31:53 +00:00
2013-09-18 05:54:09 +00:00
2012-09-14 14:57:36 +00:00
2013-05-24 00:39:57 +00:00
2013-10-25 12:49:50 +00:00
2012-12-03 17:02:12 +00:00
2011-05-27 19:09:24 +00:00
2013-11-18 09:31:53 +00:00
2010-07-01 01:00:22 +00:00
2013-10-13 22:09:26 +00:00