summaryrefslogtreecommitdiff
path: root/toxav/toxav.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/toxav.c')
-rw-r--r--toxav/toxav.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxav/toxav.c b/toxav/toxav.c
index d71bbd6d..b594cc29 100644
--- a/toxav/toxav.c
+++ b/toxav/toxav.c
@@ -322,6 +322,7 @@ bool toxav_call_control(ToxAV* av, uint32_t friend_number, TOXAV_CALL_CONTROL co
322 } else if (av->msi->calls[call->call_idx]->state == msi_CallRequesting) { 322 } else if (av->msi->calls[call->call_idx]->state == msi_CallRequesting) {
323 /* Cancel the call */ 323 /* Cancel the call */
324 msi_cancel(av->msi, call->call_idx, 0, NULL); 324 msi_cancel(av->msi, call->call_idx, 0, NULL);
325 i_toxav_remove_call(av, friend_number);
325 } 326 }
326 } break; 327 } break;
327 328