X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Frt_nano_static_test.c;h=d56f01f640441050c2e08ddce8f1ba32a6a80818;hb=3d7285ec4c96724b64968f46c2075b77e8d08543;hp=90cad7e805ef22575ae36e9a88d6172a00a3090a;hpb=5efb1e608cf966752c02b676d6fae09f951f71e9;p=ric-plt%2Flib%2Frmr.git diff --git a/test/rt_nano_static_test.c b/test/rt_nano_static_test.c index 90cad7e..d56f01f 100644 --- a/test/rt_nano_static_test.c +++ b/test/rt_nano_static_test.c @@ -34,9 +34,11 @@ #include #include #include +#include +#include -#include "../src/common/include/rmr.h" -#include "../src/common/include/rmr_agnostic.h" +#include "rmr.h" +#include "rmr_agnostic.h" typedef struct entry_info { int group; @@ -229,7 +231,10 @@ static int rt_test( ) { } } - uta_fib( "no-suhch-file" ); // drive some error checking for coverage + buf = uta_fib( "no-suhch-file" ); // drive some error checking for coverage + if( buf ) { + free( buf ); + } rt = uta_rt_init( ); // get us a route table state = uta_link2( NULL );