module-device: remove impossible case

This commit is contained in:
Wim Taymans 2020-06-23 15:26:04 +02:00
parent 35bb7d794b
commit 29282b8d50

View file

@ -120,7 +120,5 @@ error_arguments:
error_exit_cleanup:
if (argv)
pw_free_strv(argv);
if (props)
pw_properties_free(props);
return res;
}