diff options
author | nirav <nirav@teisuu.com> | 2019-03-09 11:03:43 +0530 |
---|---|---|
committer | Dandelion <nirav@teisuu.com> | 2019-03-09 11:03:43 +0530 |
commit | c14d6af39dbf2353134ba8c99ce95a52207a2b45 (patch) | |
tree | 93da586386fccd29a8dcf49df0b5f4ebfd915a5d /src/status.c | |
parent | 77a9d0050c16ffd6c4d3a2b17533954d560bb019 (diff) | |
download | ap_client-c14d6af39dbf2353134ba8c99ce95a52207a2b45.tar.gz ap_client-c14d6af39dbf2353134ba8c99ce95a52207a2b45.zip |
Add login
Diffstat (limited to 'src/status.c')
-rw-r--r-- | src/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status.c b/src/status.c index f96267f..36cd865 100644 --- a/src/status.c +++ b/src/status.c @@ -103,7 +103,7 @@ void status_free(struct status *s) free(s->uri); if (s->url) free(s->url); - if (s->in_reply_to_id != NULL) + if (s->in_reply_to_id) free(s->in_reply_to_id); if (s->in_reply_to_account_id) free(s->in_reply_to_account_id); |