comparison libpurple/mediamanager.h @ 27680:4e1eef14b095

Add some debugging for a file transfer crash. Refs #4829. The crash is happening because something in inner_tlvlist in aim_im_sendch2_sendfile_requestdirect is NULL, which then causes aim_tlvlist_write to call byte_stream_putraw on a NULL pointer (length is greater than 0, so aim_tlvlist_write assumes there is something there). I don't see *why*, but I think this will "fix" it.
author Paul Aurich <paul@darkrain42.org>
date Sat, 18 Jul 2009 04:06:48 +0000
parents 317f8d7e88f1
children 8c991e09efcb
comparison
equal deleted inserted replaced
27679:0ec880685f5f 27680:4e1eef14b095