Actually put the JSON doc into the user manual
[ric-plt/xapp-frame-cpp.git] / test / jhash_test.cpp
index be4171c..58d283f 100644 (file)
@@ -95,6 +95,7 @@ int main( int argc, char** argv ) {
        fprintf( stderr, "read: (%s)\n", jstr );
 
        jh = new Jhash( jstr );
+       free( jstr );
 
        if( jh == NULL ) {
                fprintf( stderr, "<FAIL> could not parse json string from: test.json\n" );