コード例 #1
0
ファイル: timeshift.c プロジェクト: ksooo/tvheadend
/*
 * Terminate global file manager
 */
void timeshift_term ( void )
{
  timeshift_filemgr_term();
  free(timeshift_conf.path);
  timeshift_conf.path = NULL;

  memoryinfo_unregister(&timeshift_memoryinfo);
  memoryinfo_unregister(&timeshift_memoryinfo_ram);
}
コード例 #2
0
ファイル: timeshift.c プロジェクト: CSchlipp/tvheadend
/*
 * Terminate global file manager
 */
void timeshift_term ( void )
{
  timeshift_filemgr_term();
  free(timeshift_path);
  timeshift_path = NULL;
}
コード例 #3
0
ファイル: timeshift.c プロジェクト: wmyrda/tvheadend
/*
 * Terminate global file manager
 */
void timeshift_term ( void )
{
  timeshift_filemgr_term();
}