aboutsummaryrefslogtreecommitdiffstats
path: root/frame_data_sequence.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-03Rewrite free_frame_data_sequence to use recursion instead of manually nestedEvan Huus1-47/+75
2013-03-02From beroset:Anders Broman1-31/+31
2012-12-01Fix potential copy-and-pasto in free_frame_data_sequence that may or may notEvan Huus1-2/+2
2012-11-11Call frame_data_cleanup() before freeing frame_data structures inEvan Huus1-3/+9
2012-11-06Fix small memleak: always free fds in free_frame_data_sequence()Jakub Zawadzki1-4/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-18Use g_malloc0Jakub Zawadzki1-18/+9
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-04-27Make the frame_data_sequence structure opaque, and move some otherGuy Harris1-9/+27
2011-04-27Create a new frame_data_sequence data type; it represents a denseGuy Harris1-0/+287