fix invalid free() in error path
the tuid isn't actually allocated - it's a pointer into the raw data.
amends a5a8783e
.
This commit is contained in:
parent
c69718baab
commit
b37d6b1c00
|
@ -1186,7 +1186,6 @@ parse_fetch_rsp( imap_store_t *ctx, list_t *list, char *s ATTR_UNUSED )
|
||||||
return LIST_OK;
|
return LIST_OK;
|
||||||
|
|
||||||
ffail:
|
ffail:
|
||||||
free( tuid );
|
|
||||||
free( msgid );
|
free( msgid );
|
||||||
return LIST_BAD;
|
return LIST_BAD;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user