neutrino: stop EIT read before zap

Origin commit data
------------------
Commit: 3513f9830a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-02 (Tue, 02 Sep 2014)
This commit is contained in:
[CST] Focus
2014-09-02 12:59:21 +04:00
parent f5a3183114
commit 3738250243
8 changed files with 41 additions and 6 deletions

View File

@@ -161,6 +161,14 @@ void CSectionsdClient::setServiceChanged(const t_channel_id channel_id, const bo
close_connection();
}
void CSectionsdClient::setServiceStopped()
{
send(sectionsd::serviceStopped);
readResponse();
close_connection();
}
void CSectionsdClient::freeMemory()
{
send(sectionsd::freeMemory);