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

(-)cairo-1.17.6/src/cairo-recording-surface.c (-1 / +1 lines)
Lines 366-372 _cairo_recording_surface_create_bbtree ( Link Here
366
    return CAIRO_STATUS_SUCCESS;
366
    return CAIRO_STATUS_SUCCESS;
367
367
368
cleanup:
368
cleanup:
369
    bbtree_del (&surface->bbtree);
369
    //bbtree_del (&surface->bbtree);
370
    return status;
370
    return status;
371
}
371
}
372
372

Return to bug 894670