Abdelrazak Younes wrote:
The problems lies in Dialogs.C:

void Dialogs::disconnect(string const & name)
{
    if (!isValidName(name))
        return;

    open_insets_[name] = 0;  // <= HERE
}

open_insets_ is empty, hence the crash.

can i ask how you found out?


Reply via email to