Loading src/database/sqlite.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ namespace blogi { sqlite3_finalize(prep); prep=next; }while(prep); }while(sqlptr != ssql+sql->length()); }while(sqlptr); sqllock.store(false); delete[] ssql; return rcount; Loading Loading
src/database/sqlite.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ namespace blogi { sqlite3_finalize(prep); prep=next; }while(prep); }while(sqlptr != ssql+sql->length()); }while(sqlptr); sqllock.store(false); delete[] ssql; return rcount; Loading