diff options
| -rw-r--r-- | cython/afc.pxi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cython/afc.pxi b/cython/afc.pxi index 1d3b366..abc1180 100644 --- a/cython/afc.pxi +++ b/cython/afc.pxi | |||
| @@ -161,8 +161,6 @@ cdef class AfcFile(Base): | |||
| 161 | self.handle_error(afc_file_write(self._client._c_client, self._c_handle, c_data, len(data), &bytes_written)) | 161 | self.handle_error(afc_file_write(self._client._c_client, self._c_handle, c_data, len(data), &bytes_written)) |
| 162 | except BaseError, e: | 162 | except BaseError, e: |
| 163 | raise | 163 | raise |
| 164 | finally: | ||
| 165 | free(c_data) | ||
| 166 | 164 | ||
| 167 | return bytes_written | 165 | return bytes_written |
| 168 | 166 | ||
