Hello,

I have spotted two minor issues in viking source code, can you please
verify them?

1. vikwebtoolformat.c/h files have an error in copyright notice: both of
them contain reference to "GNU *Format* Public License". Probably a result
of global search&replace.
2. call to g_free() in line 112 of compression.c file appears to be
unnecessary:
    if (GUINT32_FROM_LE(local_file_header->sig) != 0x04034b50) {
        ...
        g_free(unzip_data);
        goto end;
    }
It's not an error because g_free() can handle NULL pointer argument just
fine.

Best regards,
Kamil
_______________________________________________
Viking-devel mailing list
Viking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viking-devel
Viking home page: http://viking.sf.net/

Reply via email to