Code review comment for lp:~rainct/nautilus/nautilus-zg

Revision history for this message
Michal Hruby (mhr3) wrote :

> thanks, r286 has that now:
>
> -if (data->original_uri) g_free (data->original_uri);
> +g_free (data->original_uri);
>
> seems to revert a null check fix from a previous revision? wanted?

FWIW g_free is NULL-safe, so it doesn't matter.

« Back to merge proposal