Skip to content

Commit

Permalink
A RecordingRule is owned by it's RecordingInfo and should not be free…
Browse files Browse the repository at this point in the history
…'d elsewhere.
  • Loading branch information
daniel-kristjansson committed May 31, 2012
1 parent 0a33dd5 commit cfda063
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mythtv/programs/mythbackend/services/dvr.cpp
Expand Up @@ -525,9 +525,6 @@ int Dvr::AddRecordSchedule ( int nChanId,


int recid = rule->m_recordID; int recid = rule->m_recordID;


delete rule;
rule = NULL;

return recid; return recid;
} }


Expand Down

0 comments on commit cfda063

Please sign in to comment.