On Fri, 2006-03-03 at 16:17 +0100, [EMAIL PROTECTED] wrote:

> Ok, thanks. But later you don't make  driver="ndiswrapper"
> because you are using non reserved memory, no?

I am not sure what you mean?

This is okay (and preferred):

        const char *driver;

        if (foo)
                driver = "cat";
        else if (bar)
                driver = "dog";
        else
                driver = "fox";

And you do not free it.

        Robert Love


_______________________________________________
NetworkManager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to