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): | |||
| 55 | return result | 55 | return result |
| 56 | except Exception, e: | 56 | except Exception, e: |
| 57 | if c_data != NULL: | 57 | if c_data != NULL: |
| 58 | stdlib.free(c_data) | 58 | free(c_data) |
| 59 | raise | 59 | raise |
| 60 | 60 | ||
| 61 | cdef inline BaseError _error(self, int16_t ret): | 61 | cdef inline BaseError _error(self, int16_t ret): |
