plug-ins: fix memory leak in file-tiff-load

Found using clang's scan-build.
This commit is contained in:
Michael Henning 2013-01-12 22:52:42 -05:00
parent e87971e850
commit 7d6f6a2692
1 changed files with 2 additions and 0 deletions

View File

@ -1628,6 +1628,8 @@ load_separate (TIFF *tif,
progress += one_row;
}
g_free (buffer);
}