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

Leak a little less memory with dynamic allocations in Lua #5508

Closed
wants to merge 13 commits into from

Commits on Jul 7, 2024

  1. Create src/util/drop.hpp

    Mm2PL committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    5f92688 View commit details
    Browse the repository at this point in the history
  2. Introduce PeekResult

    Mm2PL committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    9155242 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    413dc34 View commit details
    Browse the repository at this point in the history
  2. Prettify comment

    Mm2PL committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    57fec4d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Use new drop and PeekResult

    Mm2PL committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d97b720 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Merge branch 'master' of github.com:Chatterino/chatterino2 into chore…

    …/leak-less-memory-lua
    Mm2PL committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9f5a287 View commit details
    Browse the repository at this point in the history
  2. changelog

    Mm2PL committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a69bb38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b83f49f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cf8d04 View commit details
    Browse the repository at this point in the history
  5. yeet the initializer

    Mm2PL committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    de0c376 View commit details
    Browse the repository at this point in the history
  6. delete doesn't need inline

    Mm2PL committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8497621 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38a5f60 View commit details
    Browse the repository at this point in the history
  8. prettier moment

    Mm2PL committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    43ac907 View commit details
    Browse the repository at this point in the history