Skip to content

Commit

Permalink
don't free the whole image wrapper when we free_buffers!
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@5104 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jan 3, 2014
1 parent 04d9107 commit 2a713ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xpra/codecs/vpx/decoder.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ class VPXImageWrapper(ImageWrapper):

def free_buffers(self):
cdef void *ptr
ImageWrapper.free(self)
if self.buffers:
for x in self.buffers:
#cython magic:
Expand Down

0 comments on commit 2a713ae

Please sign in to comment.