Fix a small memleak

Added the forgotten free.  ALSA bug#3687
	https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3687
This commit is contained in:
Takashi Iwai 2008-01-30 08:58:17 +01:00
parent 18a3037d87
commit 60a3e7ce96

View file

@ -174,6 +174,7 @@ int main(int argc, char **argv)
} else if (!strncmp(name, "RME Hammerfall DSP", 18)) {
printf("Uninitialized HDSP card found.\nUse hdsploader to upload configuration data to the card.\n");
}
free(name);
}
}
#endif