cubeb_sink: Skip devices without a name

Previously this would crash.
This commit is contained in:
darkf 2018-05-25 03:39:07 -05:00
parent ce6d9e2e28
commit 04139e26bd
2 changed files with 7 additions and 6 deletions

View file

@ -27,8 +27,6 @@ public:
private:
struct Impl;
std::unique_ptr<Impl> impl;
int device_id;
std::vector<std::string> device_list;
};
} // namespace AudioCore