Skip to content

Commit

Permalink
Call Close() in IPTVRecorder dtor.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Mar 9, 2012
1 parent ed6ebe1 commit 473c4ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/iptvrecorder.cpp
Expand Up @@ -21,6 +21,7 @@ IPTVRecorder::IPTVRecorder(TVRec *rec, IPTVChannel *channel) :
IPTVRecorder::~IPTVRecorder() IPTVRecorder::~IPTVRecorder()
{ {
StopRecording(); StopRecording();
Close();
} }


bool IPTVRecorder::Open(void) bool IPTVRecorder::Open(void)
Expand Down

0 comments on commit 473c4ec

Please sign in to comment.