Port parse_ports() over from alsamidisrc, to reduce the code differences
authorAntonio Ospite <ao2@ao2.it>
Mon, 25 Sep 2017 09:39:53 +0000 (11:39 +0200)
committerAntonio Ospite <ao2@ao2.it>
Tue, 3 Oct 2017 10:47:03 +0000 (12:47 +0200)
Also, use g_free() to deallocate app->seq_ports: since it is allocated
with g_try_new(), use a glib function to deallocate it as well.


No differences found