Skip to content

Commit

Permalink
fix memleak!
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@8940 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Apr 7, 2015
1 parent 8138232 commit 6bfdea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/codecs/vpx/decoder.pyx
Expand Up @@ -199,7 +199,7 @@ cdef class Decoder:
cdef int height
cdef int max_threads
cdef vpx_img_fmt_t pixfmt
cdef char* dst_format
cdef object dst_format
cdef object encoding

cdef object __weakref__
Expand Down

0 comments on commit 6bfdea1

Please sign in to comment.