13
0

plug a tiny memory leak

This commit is contained in:
Robin Gareus 2016-03-19 10:51:26 +01:00
parent 2288e04a5b
commit 83bcaa1882

View File

@ -874,6 +874,7 @@ OSC::session_exported (std::string path, std::string name)
{
lo_address listener = lo_address_new (NULL, "7770");
lo_send (listener, "/session/exported", "ss", path.c_str(), name.c_str());
lo_address_free (listener);
}
// end "Application Hook" Handlers //