Merge pull request #2011 from signalwire/coverity_24032023_mod_pgsql
[mod_pgsql] Coverity CID 1468401 (Resource leak)
This commit is contained in:
commit
c540af16ad
|
@ -629,6 +629,8 @@ done:
|
||||||
|
|
||||||
error:
|
error:
|
||||||
|
|
||||||
|
pgsql_free_result(&result);
|
||||||
|
|
||||||
return SWITCH_STATUS_FALSE;
|
return SWITCH_STATUS_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue