[DSHOW-08] Implementation of IMemAllocator and IMediaSample (REVISED)

Alexandre Julliard julliard at winehq.org
Tue Sep 9 14:49:50 CDT 2003


Robert Shearman <R.J.Shearman at warwick.ac.uk> writes:

> +    struct list * pFreeList;
> +    struct list * pUsedList;

You are not using the list functions the right way; these should be a
struct list, not a struct list *. The rest of the code then gets a lot
cleaner, you don't need any special cases for empty lists etc.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list