alsa-mixer: Drop redundant conditional frees
authorArun Raghavan <git@arunraghavan.net>
Tue, 25 Aug 2015 13:57:24 +0000 (19:27 +0530)
committerArun Raghavan <git@arunraghavan.net>
Tue, 25 Aug 2015 13:57:58 +0000 (19:27 +0530)
commit5071960bf33efe4889ed920593386c12821d3a11
treebaeee8f59d4ccf9523faebc48d90b942e7eecfb0
parent38e81f4c3dd1751fa78480daee3c71b73b45f7a7
alsa-mixer: Drop redundant conditional frees

The dynarrays are allocated unconditionally, so the free need not be
conditional.
src/modules/alsa/alsa-mixer.c