Skip to content

Commit

Permalink
fixed crash in control drop
Browse files Browse the repository at this point in the history
  • Loading branch information
arut committed Jan 16, 2014
1 parent 036a7fd commit 8d9f99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngx_rtmp_control_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ ngx_rtmp_control_drop_handler(ngx_http_request_t *r, ngx_rtmp_session_t *s)
{
ngx_rtmp_control_ctx_t *ctx;

ctx = ngx_http_get_module_ctx(s, ngx_rtmp_control_module);
ctx = ngx_http_get_module_ctx(r, ngx_rtmp_control_module);

ngx_rtmp_finalize_session(s);

Expand Down

0 comments on commit 8d9f99b

Please sign in to comment.