Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Re #9: Remove the job after sending
Browse files Browse the repository at this point in the history
This solves a crash from the null assertion in cb_compose_job_send_async
  • Loading branch information
IBBoard committed Sep 15, 2019
1 parent 8d9bfaa commit 600feec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CbComposeJob.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ send_tweet_call_completed_cb (GObject *source_object,
g_task_return_boolean (send_task, TRUE);
}

self->send_task = NULL;
g_object_unref (send_task);
}

Expand Down

0 comments on commit 600feec

Please sign in to comment.