Merge pull request #2011 from signalwire/coverity_24032023_mod_pgsql

[mod_pgsql] Coverity CID 1468401 (Resource leak)
This commit is contained in:
Andrey Volk 2023-03-30 19:59:44 +03:00 committed by GitHub
commit c540af16ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}