Browse Source

MT#55283 fix log-info reference leak

Change-Id: I6b936f5ddfdc33d99a0836ee83433abad46c713a
pull/1819/head
Richard Fuchs 2 years ago
parent
commit
93f4ea427e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      daemon/janus.c

+ 3
- 0
daemon/janus.c View File

@ -12,6 +12,7 @@
#include "call_interfaces.h"
#include "rtplib.h"
#include "ice.h"
#include "log_funcs.h"
TYPED_GHASHTABLE(janus_handles_set, uint64_t, void, g_int64_hash, g_int64_equal, NULL, NULL)
TYPED_GHASHTABLE(janus_websockets_ht, struct websocket_conn, struct websocket_conn,
@ -1892,6 +1893,8 @@ err:
if (session)
obj_put(session);
log_info_reset();
return NULL;
}


Loading…
Cancel
Save