Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 373157
Collapse All | Expand All

(-)src/cue/cue.c~ (-1 / +1 lines)
Lines 87-93 Link Here
87
    g_return_val_if_fail (text, FALSE);
87
    g_return_val_if_fail (text, FALSE);
88
88
89
    Cd * cd = cue_parse_string (text);
89
    Cd * cd = cue_parse_string (text);
90
    g_free (buffer);
90
    g_free (text);
91
    if (cd == NULL)
91
    if (cd == NULL)
92
        return FALSE;
92
        return FALSE;
93
93

Return to bug 373157