Esempio n. 1
0
/*
 * 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);
}
Esempio n. 2
0
void streaming_done(void)
{
  pthread_mutex_lock(&global_lock);
  memoryinfo_unregister(&streaming_msg_memoryinfo);
  pthread_mutex_unlock(&global_lock);
}