forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit225e1dd
committed
Release temporary array in check_for_data_types_usage().
Coverity identified this as a resource leak. It's surely of noconsequence given that the function is called only once per run, butfreeing the storage is no more work than dismissing the complaint.Minor oversight in commit347758b.1 parentfc2d260 commit225e1dd
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
521 | 521 |
| |
522 | 522 |
| |
523 | 523 |
| |
| 524 | + | |
| 525 | + | |
524 | 526 |
| |
525 | 527 |
| |
526 | 528 |
| |
|
0 commit comments
Comments
(0)