[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: syntax of ldap_modify_s



On Sun, 26 Apr 2009, Adrian St. John-Bee wrote:

I am attempting to make an ldap_modify_s from an Objective C

Does Objective C perform automagic allocations?

[...]
char** vals0;
[...]
vals0[0] = "eric@ntu.ac.uk";

I'd have to ask that because I don't do Objective C. But in C99...well, try running that under valgrind, that's all I'll say...