This commit is contained in:
mugitya03 2025-02-28 08:47:41 +01:00 committed by GitHub
commit 51f51495d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,6 @@ int main(int argc, char **argv) {
init_plugin(); init_plugin();
} }
free(lib);
return 0; return 0;
} }