diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-08-10 15:54:15 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-08-10 15:54:15 +0000 |
| commit | 0e8995aa7e02e6f26c55f28f41f2990d77f011a4 (patch) | |
| tree | 3447724aee4e7d6ac7d07fa40902ad3046304301 /applications/codec | |
| parent | 7812030886663e64bc6cae27dec153eded3de6d7 (diff) | |
fixed error with the return value of fgets into convert.c file
Diffstat (limited to 'applications/codec')
| -rw-r--r-- | applications/codec/convert.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/codec/convert.c b/applications/codec/convert.c index 7b255092..18fa03ff 100644 --- a/applications/codec/convert.c +++ b/applications/codec/convert.c @@ -1415,7 +1415,6 @@ static void read_pnm_header(FILE *reader, struct pnm_header *ph) free(return_value_fgets); return; } - free(return_value_fgets); if(line[0] != 'P') { |
