Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: error: metadb_handle leaks, 93objects (Read 6875 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

error: metadb_handle leaks, 93objects

i always get this error when closing foobar
0.7 RC 10

 

error: metadb_handle leaks, 93objects

Reply #1
1. UTFS
2. uninstall any third-party components
3. post in the correct forum
Microsoft Windows: We can't script here, this is bat country.

error: metadb_handle leaks, 93objects

Reply #2
what if i want to use the 3rd party apps?

error: metadb_handle leaks, 93objects

Reply #3
Quote
what if i want to use the 3rd party apps?

Then report the problem to their developers instead.
Microsoft Windows: We can't script here, this is bat country.

error: metadb_handle leaks, 93objects

Reply #4
This may be of help to 3rd party plugin developers (maybe I should post this in the developers section):

"all methods returning metadb_handle return add_ref'd handles, you have to handle_release them"

This is a code comment in the SDK code which I only recently spotted (RTFM syndrome ). I simply added handle->release() where appropriate and the problem was immediately gone from my plugin.