[2016/07/19 18:43:02.121] examples/bson-streaming-reader.c:173:14: warning: Potential leak of memory pointed to by 'hostname'
|
[2016/07/19 18:43:02.121] return EXIT_FAILURE;
|
[2016/07/19 18:43:02.121] ^~~~~~~~~~~~
|
[2016/07/19 18:43:02.121] /usr/include/stdlib.h:133:22: note: expanded from macro 'EXIT_FAILURE'
|
[2016/07/19 18:43:02.121] #define EXIT_FAILURE 1 /* Failing exit status. */
|
[2016/07/19 18:43:02.121] ^
|
[2016/07/19 18:43:02.121] examples/bson-streaming-reader.c:173:14: warning: Potential leak of memory pointed to by 'port'
|
[2016/07/19 18:43:02.121] return EXIT_FAILURE;
|
[2016/07/19 18:43:02.121] ^~~~~~~~~~~~
|
[2016/07/19 18:43:02.121] /usr/include/stdlib.h:133:22: note: expanded from macro 'EXIT_FAILURE'
|
[2016/07/19 18:43:02.121] #define EXIT_FAILURE 1 /* Failing exit status. */
|
[2016/07/19 18:43:02.121] ^
|
[2016/07/19 18:43:02.121] 2 warnings generated.
|