diff options
Diffstat (limited to 'server/connectionVTP.c')
-rw-r--r-- | server/connectionVTP.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/connectionVTP.c b/server/connectionVTP.c index 930b4fa..39bf8de 100644 --- a/server/connectionVTP.c +++ b/server/connectionVTP.c @@ -1282,7 +1282,8 @@ bool cConnectionVTP::CmdABRT(char *Opts) switch (id) { case siLive: - DELETENULL(m_LiveStreamer); + if (m_LiveStreamer) + m_LiveStreamer->Stop(); DELETENULL(m_LiveSocket); break; case siLiveFilter: |