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 78c0c9d commit dd529f9
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 @@ -319,7 +319,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 dd529f9

Please sign in to comment.