Skip to content

Commit

Permalink
fix bug: The invalid session pointer is used after the RTMP session i…
Browse files Browse the repository at this point in the history
…s recovered
  • Loading branch information
im-pingo committed Jun 16, 2020
1 parent 53f5311 commit f766436
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/nginx-rtmp-module/ngx_rtmp_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ ngx_rtmp_close_session(ngx_rtmp_session_t *s)

if (s->pool) {
NGX_DESTROY_POOL(s->pool);
s->pool = NULL;
}
}

Expand Down

0 comments on commit f766436

Please sign in to comment.