Skip to content
Commit cf226215 authored by Matan Ziv-Av's avatar Matan Ziv-Av Committed by Kurt Hindenburg
Browse files

Fix three coverity issues

Reported here:
https://mail.kde.org/pipermail/konsole-devel/2022-July/041429.html

- Use delete[] to free array allocated with new.
- Don't separate two cases which are handled identically.
- In vt100 parsing state machine no need to handle in specific states
  characters which are handles identically in all states.

(cherry picked from commit 24b0c08d)
parent 23ff7d5a
Pipeline #206615 passed with stage
in 3 minutes and 34 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment