Explorar o código

minor cleanup: use ctx->gen instead of gctx for consistency

Oswald Buddenhagen %!s(int64=13) %!d(string=hai) anos
pai
achega
7addc3bea8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/drv_imap.c

+ 1 - 1
src/drv_imap.c

@@ -1140,7 +1140,7 @@ imap_cancel_store( store_t *gctx )
 {
 	imap_store_t *ctx = (imap_store_t *)gctx;
 
-	free_generic_messages( gctx->msgs );
+	free_generic_messages( ctx->gen.msgs );
 	free_string_list( ctx->gen.boxes );
 	if (ctx->buf.sock.fd >= 0)
 		close( ctx->buf.sock.fd );