dprint / dprint

Pluggable and configurable code formatting platform written in Rust.

Home Page:https://dprint.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory leak in dprint-core

dsherret opened this issue · comments

There is a memory leak in dprint-core related to the usage of the bump allocator. It should track hashmaps, strings, vectors, etc.

Fixed in #828