Mon Jan 12 00:16:46 EST 2009 Peter Gavin <pg...@gm...>
* gstreamer: giveStructure should not free the structure
hunk ./gstreamer/Media/Streaming/GStreamer/Core/Types.chs.pp 673
- ret <- action structure
- liftIO $ {# call structure_free #} structure
- return ret
+ action structure
|