mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
fix: release memory
This commit is contained in:
parent
a1481564b2
commit
0fe3fa9f23
3 changed files with 10 additions and 16 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue