This patch has been checked for
 > memory leaks since it almost always heap allocates a duplicate string
 > instead of the = "".

I see no reason not to continue to use static string constants. Copying them into heap-allocated memory instead (using "strDup()") is inefficient and pointless.
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to