mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Fix database_cursor_close
This commit is contained in:
parent
57724f884c
commit
ddc0fad327
@ -235,6 +235,8 @@ int database_cursor_close(libretrodb_t *db, libretrodb_cursor_t *cur)
|
||||
{
|
||||
libretrodb_cursor_close(cur);
|
||||
libretrodb_close(db);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
database_info_handle_t *database_info_init(const char *dir, enum database_type type)
|
||||
|
Loading…
Reference in New Issue
Block a user