# HG changeset patch # User Andre Heinecke # Date 1409327728 -7200 # Node ID 66f6361fba1be14ff8128a291bbeb288cbd2859e # Parent 1743895b39b820c07419f9ded32708f04551352b Fix linux build diff -r 1743895b39b8 -r 66f6361fba1b cinst/mozilla.c --- a/cinst/mozilla.c Fri Aug 29 17:13:30 2014 +0200 +++ b/cinst/mozilla.c Fri Aug 29 17:55:28 2014 +0200 @@ -386,7 +386,9 @@ } } } +#ifdef WIN32 xfree (program_files); +#endif return retval; } diff -r 1743895b39b8 -r 66f6361fba1b common/portpath.c --- a/common/portpath.c Fri Aug 29 17:13:30 2014 +0200 +++ b/common/portpath.c Fri Aug 29 17:55:28 2014 +0200 @@ -16,6 +16,7 @@ #include #include #include +#include char * port_dirname(char *path)