libgnomevfs2-mythtv/modules/mythtv-method.c
branchtrunk
changeset 130 c7d451814edf
parent 116 e3cedfae0f2e
child 149 4b1889efb573
     1.1 --- a/libgnomevfs2-mythtv/modules/mythtv-method.c	Mon Nov 27 21:20:17 2006 +0000
     1.2 +++ b/libgnomevfs2-mythtv/modules/mythtv-method.c	Tue Nov 28 15:14:16 2006 +0000
     1.3 @@ -208,6 +208,11 @@
     1.4          g_object_unref (myth_handle->file_transfer);
     1.5  	myth_handle->file_transfer = NULL;
     1.6      }
     1.7 +    
     1.8 +    if (myth_handle->buffer) {
     1.9 +			g_byte_array_free (myth_handle->buffer, TRUE);
    1.10 +			myth_handle->buffer = NULL;
    1.11 +    }
    1.12  
    1.13      g_free (myth_handle);
    1.14