mirror of
https://github.com/chriszero/epgd-plugin-tvsp.git
synced 2025-12-26 23:26:53 +01:00
Implemented exitDb()
This commit is contained in:
17
tvsp.c
17
tvsp.c
@@ -144,7 +144,22 @@ int Tvsp::ready() {
|
||||
}
|
||||
|
||||
int Tvsp::exitDb() {
|
||||
return Plugin::exitDb();
|
||||
delete stmtByFileRef;
|
||||
stmtByFileRef = NULL;
|
||||
|
||||
delete selectByTag;
|
||||
selectByTag = NULL;
|
||||
|
||||
delete selectDistBySource;
|
||||
selectDistBySource = NULL;
|
||||
|
||||
delete selectId;
|
||||
selectId = NULL;
|
||||
|
||||
delete stmtMarkOldEvents;
|
||||
stmtMarkOldEvents = NULL;
|
||||
|
||||
return success;
|
||||
}
|
||||
|
||||
int Tvsp::atConfigItem(const char *Name, const char *Value) {
|
||||
|
||||
Reference in New Issue
Block a user