Skip to content

Commit

Permalink
media_exchange: Fix use of uninitialized value
Browse files Browse the repository at this point in the history
  • Loading branch information
oanatitoc committed Sep 27, 2024
1 parent d4f5374 commit 1ae87bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/media_exchange/media_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ static void media_exchange_event_received_update(struct dlg_cell *dlg,
{
struct media_session_leg *msl = NULL;
unsigned int flags, streams, paused;
struct media_fork_info *mf;
struct media_fork_info *mf = NULL;
struct media_session *ms;

if (dlg) {
Expand Down

0 comments on commit 1ae87bf

Please sign in to comment.