Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix memory leaks #22

Open
lavigne958 opened this issue Dec 18, 2020 · 0 comments
Open

Fix memory leaks #22

lavigne958 opened this issue Dec 18, 2020 · 0 comments
Assignees
Labels

Comments

@lavigne958
Copy link
Collaborator

When using the product it is leaking memory.

The following kind of usage will be done in order to find memory leak.
After each group of steps is done close the app and check for leaks.

  1. Most basic
    • open the app
    • close the app
  2. shapes
    • open the app
    • insert a single shape (circle, rectangle, image, svg)
    • close the app
  3. keyframes
    • open the app
    • insert a rectangle
    • add a new keyframe that will move the object along X axis
    • move the object
    • close the app
  4. Any type of keyframes
    • open the app
    • insert a rectangle
    • add a keyframe for each possible type of keyframe
    • move the object to trigger all keyframes
    • close the app
  5. Any type of shapes
    • open the app
    • insert all kind of shapes
    • add a keyframe to move it along a certain axis
    • close the app
  6. UndoStack
    • open app
    • insert a shape
    • move it
    • add keyframes
    • delete keyframe
    • deleteshape
    • undo all actions
    • close the app

might do it in multiple PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant