[mod_pgsql] Coverity CID 1468401 (Resource leak)
This commit is contained in:
parent
f5f7f76cd4
commit
65b24c65db
|
@ -629,6 +629,8 @@ done:
|
|||
|
||||
error:
|
||||
|
||||
pgsql_free_result(&result);
|
||||
|
||||
return SWITCH_STATUS_FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue