X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9fd1f2748b3ebb25e52fac67a7e849c564f9a87a..852b085dcef99353ae1bedefbaf654b5b72c9f64:/projects/rlm_stg/rlm_stg.c diff --git a/projects/rlm_stg/rlm_stg.c b/projects/rlm_stg/rlm_stg.c index 40306695..1fd94f58 100644 --- a/projects/rlm_stg/rlm_stg.c +++ b/projects/rlm_stg/rlm_stg.c @@ -70,6 +70,7 @@ static size_t toReply(STG_RESULT result, REQUEST* request) size_t count = 0; count += toVPS(result.modify, &request->config_items); + pairfree(&request->reply->vps); count += toVPS(result.reply, &request->reply->vps); deletePairs(result.modify);