CodeEditApp/CodeEdit

๐Ÿž malloc Exception When Previously Temporary Tab is Closed

Opened this issue ยท 0 comments

Description

See commented code in EditorAreaView.swift

A malloc exception occurs when the following happens:

  • Open a file
  • Edit the file, activating the onReceive modifier and marking the tab as no longer temporary
  • Close the file using the tab button
  • Exception occurs.

Version Information

CodeEdit: main branch, see comment in pr #1879

Additional Context

No response

Screenshots

No response