Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Feb 22, 2024
1 parent 20a5b73 commit 79fb582
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pvr.mythtv/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.mythtv"
version="20.6.5"
version="20.6.9"
name="MythTV PVR Client"
provider-name="Christian Fetzer, Jean-Luc Barrière">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
1 change: 0 additions & 1 deletion src/addon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ void CPVRMythTVAddon::DestroyInstance(const kodi::addon::IInstanceInfo& instance
delete m_launcher;
m_launcher = nullptr;
m_client = nullptr; // NOTE: delete of client done in background of instance handling
kodi::Log(ADDON_LOG_INFO, "Addon destroyed.");
}
}

Expand Down

0 comments on commit 79fb582

Please sign in to comment.