Skip to content

Commit

Permalink
sdpops: convert to memory logging helper
Browse files Browse the repository at this point in the history
  • Loading branch information
pantelisk98 authored and henningw committed Apr 21, 2023
1 parent 2a9402d commit f898704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/sdpops/sdpops_mod.c
Expand Up @@ -1990,7 +1990,7 @@ static int sdp_set_sess_version(sip_msg_t* msg, str* disabled_old_sess_version,
new_sess_version.s = pkg_malloc((new_sess_version.len * sizeof(char)));
if (new_sess_version.s == NULL)
{
LM_ERR("Out of pkg memory\n");
PKG_MEM_ERROR;
return -1;
}

Expand Down

0 comments on commit f898704

Please sign in to comment.