gstreamer/gst/librfb
Tim-Philipp Müller 4cfa3f5af3 rfbsrc: fix rfbdecoder new/free asymetry and wrong free in error case
If rfb_decoder_new() allocates the decoder sructure, rfb_decoder_free()
should free the structure. We should not free the decoder when an
error occurs during connection - it holds lots of configuration/state
and will be freed later in finalize.
2013-05-11 00:36:06 +01:00
..
d3des.c rfbsrc: make authentication handshake safe for multiple instances 2013-05-11 00:29:40 +01:00
d3des.h rfbsrc: make authentication handshake safe for multiple instances 2013-05-11 00:29:40 +01:00
gstrfbsrc.c rfbsrc: fix rfbdecoder new/free asymetry and wrong free in error case 2013-05-11 00:36:06 +01:00
gstrfbsrc.h rfbsrc: port to 1.0 2013-05-10 20:43:16 +01:00
Makefile.am rfbsrc: remove GPL-licensed source file 2013-05-10 23:11:05 +01:00
rfb.c Port librfb to 0.10 (#376106). 2006-11-17 03:15:40 +00:00
rfb.h gst/librfb/: remove the rfbbytestream dead code 2007-10-16 18:33:44 +00:00
rfbbuffer.c gst/: Fix compiler warnings shown by Forte. 2007-10-08 17:46:45 +00:00
rfbbuffer.h gst/librfb/: Added copyrect encoding 2007-10-31 14:09:25 +00:00
rfbcontext.h gst/librfb/: Added copyrect encoding 2007-10-31 14:09:25 +00:00
rfbdecoder.c rfbsrc: fix rfbdecoder new/free asymetry and wrong free in error case 2013-05-11 00:36:06 +01:00
rfbdecoder.h rfbsrc: use glib gio sockets for network access 2013-05-10 20:52:29 +01:00
rfbutil.h gst/librfb/: Added copyrect encoding 2007-10-31 14:09:25 +00:00