1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
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-11-18 09:31:53 +00:00
2012-02-17 16:39:47 +00:00
2013-10-22 15:18:03 +00:00
2013-10-25 03:29:42 +00:00
2012-09-14 14:57:36 +00:00
2013-10-25 03:29:42 +00:00
2013-08-25 19:48:46 +00:00
2013-10-22 15:18:03 +00:00
2013-11-18 09:31:53 +00:00
2012-09-14 14:57:36 +00:00
2010-07-01 01:00:22 +00:00