From: Pekka Riikonen Date: Wed, 27 Feb 2008 17:21:48 +0000 (+0200) Subject: Added reference counting the SilcStack. X-Git-Tag: 1.2.beta2~8 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=c7851372a1e12a6c6e1e894a84c8ea96881d88ce;hp=c7851372a1e12a6c6e1e894a84c8ea96881d88ce;p=runtime.git Added reference counting the SilcStack. The reference counting makes it possible for a parent to be freed underneath a child stack. When the child is freed the parent will be finally freed as well. ---