View | Details | Raw Unified
Collapse All | Expand All

(-) soundtracker-0.6.7.orig/app/midi-09x.c (-1 lines)
 Lines 307-313    Link Here 
      rc = snd_seq_subscribe_port( midi_handle, port_sub);
      rc = snd_seq_subscribe_port( midi_handle, port_sub);
      if (rc < 0) {
      if (rc < 0) {
	snd_seq_port_subscribe_free(port_sub);
	close_handle( midi_handle);
	close_handle( midi_handle);
	midi_handle = NULL;
	midi_handle = NULL;
	g_warning( "error subscribing sequencer port (%s)\n",  snd_strerror(rc));
	g_warning( "error subscribing sequencer port (%s)\n",  snd_strerror(rc));