diff options
Diffstat (limited to 'cython/screenshotr.pxi')
-rw-r--r-- | cython/screenshotr.pxi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/screenshotr.pxi b/cython/screenshotr.pxi index 9213b64..a53fab2 100644 --- a/cython/screenshotr.pxi +++ b/cython/screenshotr.pxi @@ -55,7 +55,7 @@ cdef class ScreenshotrClient(DeviceLinkService): return result except Exception, e: if c_data != NULL: - stdlib.free(c_data) + free(c_data) raise cdef inline BaseError _error(self, int16_t ret): |