fix: release memory

This commit is contained in:
Aleksey Kulikov 2021-06-02 12:16:55 +03:00
parent a1481564b2
commit 0fe3fa9f23
3 changed files with 10 additions and 16 deletions

View file

@ -5,6 +5,4 @@ import 'package:libgit2dart/libgit2dart.dart';
void main() {
final repo = Repository.open(Directory.current.path);
print(repo.path);
stdout.write(repo.headCommit);
}