a325fcb Fix a free/g_free confusion

Authored and Committed by mclasen 11 years ago
    Fix a free/g_free confusion
    
    The type string is allocated by sd_session_get_type, and is
    documented as 'free with libc free', so don't call g_free
    on it, which might theoretically be something else.
    
        
file modified
+1 -1