[Libcgi-general] htmlentities()
Brought to you by:
rafaelsteil
From: Vasiliy N. <va...@ya...> - 2005-04-05 12:03:03
|
Hello, Function htmlentities() in src file general.c allocates result string dynamically. But in example /examples/strings/htmlentities.c string is not freed: 25 puts(htmlentities(q)); Of course it works, but I guess it's not good. Best regards, Vasya |