$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul C. Kunysch (Illume_at_[hidden])
Date: 2001-02-07 13:36:07
Just a small update:
> // Manage the reference to the bound function
> ref init_function_holder(init_function);
> [...]
>
> Perhaps the refcount of 'init_function' shouldn't drop to zero?
It has to drop to zero ... otherwise it will keep a reference
to 'self' and the object cannot be destroyed anymore.