genesys: Fix crash during sane_exit() on high debug level

merge-requests/212/head
Povilas Kanapickas 2019-10-01 18:11:48 +03:00
rodzic 158cc81e20
commit bff9f2fdc4
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -521,6 +521,7 @@ class ImagePipelineStack
{ {
public: public:
ImagePipelineStack() {} ImagePipelineStack() {}
~ImagePipelineStack() { clear(); }
std::size_t get_input_width() const; std::size_t get_input_width() const;
std::size_t get_input_height() const; std::size_t get_input_height() const;