Ejemplo n.º 1
0
void i_configure_cfg_backend_free( void )
{
  i_configure_cfg_alsa_free(); /* free alsa backend configuration */
  i_configure_cfg_fsyn_free(); /* free fluidsynth backend configuration */

  g_free( amidiplug_cfg_backend );
}
Ejemplo n.º 2
0
void i_configure_cfg_backend_free( void )
{
#ifdef AMIDIPLUG_ALSA
  i_configure_cfg_alsa_free(); /* free alsa backend configuration */
#endif
#ifdef AMIDIPLUG_FLUIDSYNTH
  i_configure_cfg_fsyn_free(); /* free fluidsynth backend configuration */
#endif

  g_free( amidiplug_cfg_backend );
}