Skip to content

Commit

Permalink
forgot to dealloc new string being lugged around
Browse files Browse the repository at this point in the history
  • Loading branch information
relaxolotl committed Mar 30, 2022
1 parent 8a06fdf commit 449ea61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sentry_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ sentry__dsn_decref(sentry_dsn_t *dsn)
sentry_free(dsn->path);
sentry_free(dsn->public_key);
sentry_free(dsn->secret_key);
sentry_free(dsn->project_id);
sentry_free(dsn);
}
}
Expand Down

0 comments on commit 449ea61

Please sign in to comment.