Fix: Memory leaks in uri_parsing unit tests.
authorChristian Babeux <christian.babeux@efficios.com>
Tue, 14 Aug 2012 20:33:41 +0000 (16:33 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 14 Aug 2012 21:05:52 +0000 (17:05 -0400)
commit3cb37009b5f28ba74db6fd7a7a4da8639aab6f08
treebc4653ab9c85ead6b34fe5194ff98a7c227fa666
parenta4b92340642035d1eafeb1eead0ad01f64d2007d
Fix: Memory leaks in uri_parsing unit tests.

lttng_uri need to be free'd by calling uri_free().

Add: Unit tests for uri comparison (uri_cmp).

Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/tools/streaming/unit_tests.c
This page took 0.026634 seconds and 5 git commands to generate.