Skip to content

Commit

Permalink
Added missing free
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Sep 3, 2016
1 parent 3df5c42 commit 4dc6c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/portable.cpp
Expand Up @@ -469,5 +469,6 @@ void portable_correct_path(void)
}
}
if (found) portable_setenv("PATH",q);
free(q);
#endif
}

0 comments on commit 4dc6c6c

Please sign in to comment.