[mod_pgsql] Coverity CID 1468401 (Resource leak)

This commit is contained in:
Jakub Karolczyk 2023-03-24 14:32:50 +00:00
parent f5f7f76cd4
commit 65b24c65db
1 changed files with 2 additions and 0 deletions

View File

@ -629,6 +629,8 @@ done:
error:
pgsql_free_result(&result);
return SWITCH_STATUS_FALSE;
}