Skip to content

Commit

Permalink
vcardparameter.c: don't free a tmp buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed May 2, 2024
1 parent 3171a9e commit d6c8087
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libicalvcard/vcardparameter.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ char *vcardparameter_as_vcard_string_r(vcardparameter *param)
}

icalmemory_append_string(&buf, &buf_ptr, &buf_size, str);
icalmemory_free_buffer(intbuf);

} else if (param->values != 0) {
size_t i;
Expand Down

0 comments on commit d6c8087

Please sign in to comment.