> > In other words does ppsv->SetVar do a strdup or some other op Yes; it does allocate its own memory.
> Also, can I assume ppsv->SetVar(pszVarName, ...) works correctly no matter > storage class of pszVarName, i.e. whether its a static, local or whatever? Yes. >
