Browse Source

MT#55283 fix log-info reference leak

Change-Id: I6b936f5ddfdc33d99a0836ee83433abad46c713a
(cherry picked from commit 93f4ea427e)
rfuchs/dataport-mr11.5
Richard Fuchs 2 years ago
parent
commit
1e1722922d
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      daemon/janus.c

+ 3
- 0
daemon/janus.c View File

@ -10,6 +10,7 @@
#include "call_interfaces.h"
#include "rtplib.h"
#include "ice.h"
#include "log_funcs.h"
struct janus_session { // "login" session
@ -1885,6 +1886,8 @@ err:
if (session)
obj_put(session);
log_info_reset();
return NULL;
}


Loading…
Cancel
Save