-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
The variable header is passed to DeleteLocalRef here:
Line 202 in e44a499
| (*env)->DeleteLocalRef(env, header); |
and in the amalgamation:
Line 1495 in e44a499
| (*env)->DeleteLocalRef(env, header); |
The statement is incorrect, because header is of an invalid type
Line 124 in e44a499
| KVLink* header = req->options.headers; |
I believe that it did not trigger an exception because header is always null when the incorrect statement is executed; but nevertheless it should be deleted.
Metadata
Metadata
Assignees
Labels
No labels