cubeb_sink: Skip devices without a name
Previously this would crash.
This commit is contained in:
@@ -27,8 +27,6 @@ public:
|
||||
private:
|
||||
struct Impl;
|
||||
std::unique_ptr<Impl> impl;
|
||||
int device_id;
|
||||
std::vector<std::string> device_list;
|
||||
};
|
||||
|
||||
} // namespace AudioCore
|
||||
|
Reference in New Issue
Block a user