diff options
| author | robot-contrib <[email protected]> | 2024-11-05 20:55:43 +0300 |
|---|---|---|
| committer | robot-contrib <[email protected]> | 2024-11-05 21:18:43 +0300 |
| commit | a2ef9486e8206b470a4fa9dfe6dad811912f20f5 (patch) | |
| tree | c1e8422b3e61b968469b59ab35f03749b8f97bff /contrib/libs/nghttp2/lib/nghttp2_queue.c | |
| parent | 53d062eb060f7267f7d54d8f4aeaa5f408441bf8 (diff) | |
Update contrib/libs/nghttp2 to 1.64.0
commit_hash:229e82d21a5e93c864b79c5d00a5ce331f8ab3ef
Diffstat (limited to 'contrib/libs/nghttp2/lib/nghttp2_queue.c')
| -rw-r--r-- | contrib/libs/nghttp2/lib/nghttp2_queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/nghttp2/lib/nghttp2_queue.c b/contrib/libs/nghttp2/lib/nghttp2_queue.c index 055eb69c7e5..3b631585245 100644 --- a/contrib/libs/nghttp2/lib/nghttp2_queue.c +++ b/contrib/libs/nghttp2/lib/nghttp2_queue.c @@ -46,7 +46,7 @@ void nghttp2_queue_free(nghttp2_queue *queue) { int nghttp2_queue_push(nghttp2_queue *queue, void *data) { nghttp2_queue_cell *new_cell = - (nghttp2_queue_cell *)malloc(sizeof(nghttp2_queue_cell)); + (nghttp2_queue_cell *)malloc(sizeof(nghttp2_queue_cell)); if (!new_cell) { return NGHTTP2_ERR_NOMEM; } |
