Code

object: Static wrapper objects cannot have a destructor.
authorSebastian Harl <sh@tokkee.org>
Wed, 9 Jul 2014 19:33:27 +0000 (21:33 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 9 Jul 2014 19:33:27 +0000 (21:33 +0200)
We cannot free the static memory and, thus, cannot destroy the object.


No differences found