mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
Remove call to remove notify callback as it seems to create a segfault sometimes
This commit is contained in:
parent
fc47c0eff2
commit
0c389ec6e0
1 changed files with 0 additions and 1 deletions
|
|
@ -5361,7 +5361,6 @@ void linphone_core_migrate_logs_from_rc_to_db(LinphoneCore *lc) {
|
|||
static void snapshot_taken(void *userdata, struct _MSFilter *f, unsigned int id, void *arg) {
|
||||
if (id == MS_JPEG_WRITER_SNAPSHOT_TAKEN) {
|
||||
LinphoneCore *lc = (LinphoneCore *)userdata;
|
||||
ms_filter_remove_notify_callback(lc->previewstream->local_jpegwriter, snapshot_taken, lc);
|
||||
linphone_core_enable_video_preview(lc, FALSE);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue