]> git.ipfire.org Git - thirdparty/curl.git/commit
rtsp: fix Value stored to 'skip_size' is never read
authorDaniel Stenberg <daniel@haxx.se>
Thu, 30 Mar 2023 21:09:12 +0000 (23:09 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 30 Mar 2023 21:59:26 +0000 (23:59 +0200)
commit2d59eb0035b2cd4e2531520c17ed57e4ce1ee98a
treeeb322eb79700bc6e75438e5e529867ff0014916f
parent041cf77cbda1dbbe9677becc8f0712463899857b
rtsp: fix Value stored to 'skip_size' is never read

Pointed out by scan-build

Follow-up to 6c6306f3008f2c9b20a64

Closes #10872
lib/rtsp.c