mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 08:05:56 -05:00
Kill bogus comments
This commit is contained in:
parent
652fa9371f
commit
69396f3da0
2
src/db.c
2
src/db.c
@ -1786,7 +1786,6 @@ db_file_fetch_byquery(char *query)
|
|||||||
DPRINTF(E_LOG, L_DB, "BUG: mfi column map out of sync with schema\n");
|
DPRINTF(E_LOG, L_DB, "BUG: mfi column map out of sync with schema\n");
|
||||||
|
|
||||||
sqlite3_finalize(stmt);
|
sqlite3_finalize(stmt);
|
||||||
/* Can't risk free()ing what's inside the mfi in this case... */
|
|
||||||
free(mfi);
|
free(mfi);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
@ -2328,7 +2327,6 @@ db_pl_fetch_byquery(char *query)
|
|||||||
DPRINTF(E_LOG, L_DB, "BUG: pli column map out of sync with schema\n");
|
DPRINTF(E_LOG, L_DB, "BUG: pli column map out of sync with schema\n");
|
||||||
|
|
||||||
sqlite3_finalize(stmt);
|
sqlite3_finalize(stmt);
|
||||||
/* Can't risk free()ing what's inside the pli in this case... */
|
|
||||||
free(pli);
|
free(pli);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user