- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitfb6825f
committed
In PQsendQueryStart(), avoid leaking any left-over async result.
Ordinarily there would not be an async result sitting around at thispoint, but it appears that in corner cases there can be. Consideringall the work we're about to launch, it's hardly going to cost anythingnoticeable to check.It's been like this forever, so back-patch to all supported branches.Report: <CAD-Qf1eLUtBOTPXyFQGW-4eEsop31tVVdZPu4kL9pbQ6tJPO8g@mail.gmail.com>1 parente84e476 commitfb6825f
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1240 | 1240 |
| |
1241 | 1241 |
| |
1242 | 1242 |
| |
1243 |
| - | |
1244 |
| - | |
| 1243 | + | |
1245 | 1244 |
| |
1246 | 1245 |
| |
1247 | 1246 |
| |
|
0 commit comments
Comments
(0)