Paul Vriens paul.vriens.wine@gmail.com writes:
Fixes some Valgrind warnings.
Changelog Initialize an APPBARDATA struct (Valgrind)
That's just hiding the problem, an app can pass the same structure.
On 12/17/2009 05:27 PM, Alexandre Julliard wrote:
Paul Vrienspaul.vriens.wine@gmail.com writes:
Fixes some Valgrind warnings.
Changelog Initialize an APPBARDATA struct (Valgrind)
That's just hiding the problem, an app can pass the same structure.
So the 'users' should be fixed?
Paul Vriens paul.vriens.wine@gmail.com writes:
That's just hiding the problem, an app can pass the same structure.
So the 'users' should be fixed?
We need to define a platform-independent struct for marshalling that data across processes anyway, we can't blindly send the structure.
On 12/17/2009 06:26 PM, Alexandre Julliard wrote:
Paul Vrienspaul.vriens.wine@gmail.com writes:
That's just hiding the problem, an app can pass the same structure.
So the 'users' should be fixed?
We need to define a platform-independent struct for marshalling that data across processes anyway, we can't blindly send the structure.
And I thought I picked an easy one, that'll teach me ;)