Skip to content
Commit 24b0c08d 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.
parent ebbf8714
Pipeline #206597 passed with stage
in 2 minutes and 30 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