Re: [Ekiga-devel-list] Real Issue is Opal::Call virtual table missing



Le 09/01/2013 00:16, Lorin Melander a écrit :
It is in the /ekiga/plugins/libnotify/libnotify-main.cpp
static void
call_notification_action_cb (NotifyNotification *notification,
                              gchar *action,
                              gpointer data)
{

Ekiga::Call *call = (Ekiga::Call *) data;<---- is this you want to know ?
....
call->answer ();

YES! That is what I wanted to know! It's a bare pointer! Nothing smart in it! No wonder the object gets destroyed in our back: we don't hold any reference to it officially!

Damien, I think you know that part of the woods?

Snark


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]