Correct potential leaks in xapp class.
[ric-plt/xapp-frame-cpp.git] / src / config / config.cpp
index 16eb421..9cfa420 100644 (file)
@@ -126,6 +126,9 @@ void xapp::Config::Listener( ) {
                        }
                }
        }
+
+       free( dname );
+       free( bname );
 }