Comment 14 for bug 1320560

Revision history for this message
Iain Lane (laney) wrote :

++ /* check for gdmflexiserver if no dm-tool */
++ g_free (path);

This g_free is redundant since you know path is NULL there. Fortunately g_free checks this itself so it's not an error.

Would you forward the patch upstream please?