XandeKK / TypeBubbleX

TypeBubbleX is an application developed to optimize the typesetting process in Manga, Manhwa, Manhua, and Comics, offering a lightweight and efficient experience.
GNU General Public License v3.0
4 stars 0 forks source link

Memory leak #11

Closed XandeKK closed 8 months ago

XandeKK commented 8 months ago

Describe the bug It's a memory leak.

To Reproduce Steps to reproduce the behavior:

  1. Open the application with --verbose
  2. Create a text box
  3. Insert any text
  4. Add an outline
  5. Click outside the box
  6. Close the application
  7. See error

Expected behavior There will be no leaks and the application will close quickly.

Current behavior There is a leak and the consequence of this is the delay in closing the application.

Screenshots Memory leak

Additional context I assume the problem is related to outline, where? No idea.