15 Aug
2006
15 Aug
'06
4:26 a.m.
Jeff L <lats(a)yless4u.com.au> writes:
+ cMaxItems = 255; /* Pick an abritary size for buffers */ + if (!*pssa) /* Clean it out and start again */ + ScriptStringFree(pssa);
I still don't see why you want to free a NULL pointer.
+ { + prtssa(*pssa); + analysis = * pssa; + prtssa((SCRIPT_STRING_ANALYSIS *)analysis);
Why do you print the same object twice? There seems to be a lot of confusion in your code between pointers and pointers to pointers, I think you need to define better data types to clarify this. -- Alexandre Julliard julliard(a)winehq.org