319369a9c7c650bc66877c7d9710876bf74fccfe introduced a variable (id) to the record addition that was then threaded through later functions without adjusting the clink_db_add_record call to account for the fact that using this when the call has failed is invalid.
319369a9c7c650bc66877c7d9710876bf74fccfe introduced a variable (
id
) to the record addition that was then threaded through later functions without adjusting theclink_db_add_record
call to account for the fact that using this when the call has failed is invalid.Github: fixes #242 “assertion id >= 0 failed” Reported-by: Timothy Madden