X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=imap-send.c;h=10cce15a427646a1281afa5197f40def39151154;hb=53a5b443b4b3d5beb102615f402e0e4da5ba9179;hp=9025d9aa3ef37b1a1ce4ae5d4b447e3b0918cb7e;hpb=fef1c4c0a0766b83cfacaf6276d7bd0d1aa9a2e4;p=git.git diff --git a/imap-send.c b/imap-send.c index 9025d9aa3..10cce15a4 100644 --- a/imap-send.c +++ b/imap-send.c @@ -472,7 +472,7 @@ v_issue_imap_cmd( imap_store_t *ctx, struct imap_cmd_cb *cb, if (socket_write( &imap->buf.sock, buf, bufl ) != bufl) { free( cmd->cmd ); free( cmd ); - if (cb && cb->data) + if (cb) free( cb->data ); return NULL; } @@ -858,8 +858,7 @@ get_cmd_result( imap_store_t *ctx, struct imap_cmd *tcmd ) normal: if (cmdp->cb.done) cmdp->cb.done( ctx, cmdp, resp ); - if (cmdp->cb.data) - free( cmdp->cb.data ); + free( cmdp->cb.data ); free( cmdp->cmd ); free( cmdp ); if (!tcmd || tcmd == cmdp)