picloud fix segfault on close
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
bool openDevice();
|
||||
bool closeDevice();
|
||||
int readDevice(void * read_to, int max_size);
|
||||
int writeDevice(const void * data, int max_size);
|
||||
int writeDevice(const void * data, int size);
|
||||
|
||||
private:
|
||||
void pushBuffer(const PIByteArray & ba);
|
||||
|
||||
Reference in New Issue
Block a user