예제 #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
/*
 * Terminate global file manager
 */
void timeshift_term ( void )
{
  timeshift_filemgr_term();
  free(timeshift_path);
  timeshift_path = NULL;
}
예제 #3
0
/*
 * Terminate global file manager
 */
void timeshift_term ( void )
{
  timeshift_filemgr_term();
}