X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftestclient%2Fmain.cpp;h=092a83a12487f991f47f3c4971009c35d68b5732;hb=fa4798bd538f6114390884ad6f2f9c44c9f77e09;hp=953b6b19bf3b53773d634899688ad5d9ae2df705;hpb=1de6617c9b9b4c83f7d1318038dcd9a20b9612e6;p=deb_libcec.git diff --git a/src/testclient/main.cpp b/src/testclient/main.cpp index 953b6b1..092a83a 100644 --- a/src/testclient/main.cpp +++ b/src/testclient/main.cpp @@ -972,6 +972,10 @@ int main (int argc, char *argv[]) #else cout << "Cannot load libcec.so" << endl; #endif + + if (parser) + UnloadLibCec(parser); + return 1; }