Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix memory leak for struct source_info (si_satpos)
  • Loading branch information
perexg committed Apr 22, 2015
1 parent bfec4e7 commit ef7946f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service.c
Expand Up @@ -1438,6 +1438,7 @@ service_source_info_free(struct source_info *si)
free(si->si_mux);
free(si->si_provider);
free(si->si_service);
free(si->si_satpos);
}


Expand Down

0 comments on commit ef7946f

Please sign in to comment.