Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP server: fix memory leak (pids)
  • Loading branch information
perexg committed Nov 7, 2015
1 parent 77d4b59 commit b589a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/satip/rtsp.c
Expand Up @@ -1077,6 +1077,7 @@ rtsp_parse_cmd
rtsp_rearm_session_timer(rs);
mpegts_pid_done(&addpids);
mpegts_pid_done(&delpids);
mpegts_pid_done(&pids);
return errcode;

eargs:
Expand Down

0 comments on commit b589a31

Please sign in to comment.