Skip to content

Commit

Permalink
Merge pull request #12 from yan12125/fix-memory-leak
Browse files Browse the repository at this point in the history
Fix a memory leak
  • Loading branch information
Skunnyk committed Jul 30, 2015
2 parents 3d1115f + 3b4d8ab commit 824642e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aur.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ void aur_pkg_free (aurpkg_t *pkg)
FREE (pkg->urlpath);
FREE (pkg->license);
FREE (pkg->maintainer);
FREE (pkg->pkgbase);
FREE (pkg);
}

Expand Down

0 comments on commit 824642e

Please # to comment.