Skip to content

Commit

Permalink
[mms_task_encode] Fixed memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Feb 27, 2014
1 parent 44c4ac1 commit f603ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mms-lib/src/mms_task_encode.c
Expand Up @@ -304,6 +304,7 @@ mms_task_encode_generate_unique_path(
file = tmpfile = newfile;
if (!g_file_test(path, G_FILE_TEST_IS_REGULAR)) break;
}
g_free(tmpfile);
}
return path;
}
Expand Down

0 comments on commit f603ff2

Please sign in to comment.