mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix memory leak in event op.
This commit is contained in:
parent
7d621c5bd1
commit
9760d1e808
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ void SalSubscribeOp::fill_cbs() {
|
|||
}
|
||||
this->callbacks=&op_subscribe_callbacks;
|
||||
this->type=Type::Subscribe;
|
||||
this->release_cb=release_cb;
|
||||
this->release_cb=_release_cb;
|
||||
}
|
||||
|
||||
void SalSubscribeOp::subscribe_refresher_listener_cb (belle_sip_refresher_t* refresher,void* user_pointer,unsigned int status_code,const char* reason_phrase, int will_retry) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue