Igor Pavlov - 2017-01-09

Thanks for report!
I'll fix it.

Probably it's enough to write virtual only for one base class:

virtual ~CAesCbcCoder() {}

So probably we can use also:

virtual ~CMyUnknownImp() {}

But the code is larger, if we use virtual destructors for all CMyUnknownImp classes.
I'll try to find good solution.