free allocated buffers

Dmitry Timoshkov dmitry at baikal.ru
Tue Dec 28 03:21:04 CST 2004


"Mike McCormack" <mike at codeweavers.com> wrote:

> Index: dlls/msi/action.c
> ===================================================================
> RCS file: /home/wine/wine/dlls/msi/action.c,v
> retrieving revision 1.55
> diff -u -r1.55 action.c
> --- dlls/msi/action.c 27 Dec 2004 19:12:35 -0000 1.55
> +++ dlls/msi/action.c 28 Dec 2004 06:47:04 -0000
> @@ -423,6 +423,59 @@
>      }
>  }
>  
> +/* Called when the package is being closed */
> +extern void ACTION_free_package_structures( MSIPACKAGE* package)
> +{
> +    INT i;

The "extern" above should be removed.

-- 
Dmitry.




More information about the wine-devel mailing list