OCDB: Was there any sane reason why it was commented out?

sql-rework
Tomasz Golinski 2020-06-03 00:24:02 +02:00
rodzic 3b232142b4
commit fe071c6e67
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -395,7 +395,7 @@ Caches OCdb::get_user_caches(const std::string& uuid, __attribute__((unused)) in
<< sqlite3_errmsg(db);
throw 0;
}
//sqlite3_finalize(stmt);
sqlite3_finalize(stmt);
return cc;
}