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 and other bugs #48

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    e5db2ee View commit details
    Browse the repository at this point in the history
  2. Replace manager_default_adapter with manager_find_adapter(..., NULL, …

    …...)
    thatlittlegit committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    163fcc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Fix remaining g_ascii_strdown leaks

    thatlittlegit committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    b463d9c View commit details
    Browse the repository at this point in the history
  2. Don't leak g_variant_lookup_value results in bt-obex

    thatlittlegit committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    7ca1911 View commit details
    Browse the repository at this point in the history
  3. Correctly free temporary values in bt-obex

    thatlittlegit committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    7100380 View commit details
    Browse the repository at this point in the history
  4. Use g_hash_table_new_full() instead of manual freeing

    thatlittlegit committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    860fb6e View commit details
    Browse the repository at this point in the history
  5. Don't set filesize if we don't know the size

    I only meant to fix the g_variant_unref warning, but fixing all of them
    works too!
    thatlittlegit committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    9804eb7 View commit details
    Browse the repository at this point in the history
  6. Fix a use-after-free in bt-obex

    thatlittlegit committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    9566f84 View commit details
    Browse the repository at this point in the history
  7. Fix running sdptool if it isn't in $PATH

    thatlittlegit committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    5271a4c View commit details
    Browse the repository at this point in the history