Changeset 1351

Show
Ignore:
Timestamp:
12/26/06 16:09:54
Author:
pvanhoof
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tests/functional/msg-sender.c

    r1349 r1351  
    8787        tny_mime_part_construct_from_stream (TNY_MIME_PART (retval), stream, "text/plain");  
    8888 
     89        g_object_unref (G_OBJECT (stream)); 
     90 
    8991        return retval; 
    9092}