Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Nov 28, 2023
1 parent 4811ab0 commit 6f83a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target/sqlite3.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ stumpless_create_default_sqlite3_table( struct stumpless_target *target ) {
}

cleanup_and_finish:
sqlite3_finalize( create_statement ); // todo capture errors
sqlite3_finalize( create_statement );
config_unlock_mutex( &db_target->db_mutex );
return return_result;
}
Expand Down

0 comments on commit 6f83a3a

Please sign in to comment.