This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via acea12e66ecb83f34fd19be737bddd0c289bf584 (commit) from 1c8bab0eb13544cbc84b504007326432f9145515 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/acea12e66ecb83f34fd19be737bddd0c289bf...
commit acea12e66ecb83f34fd19be737bddd0c289bf584 Author: Cyril Hrubis metan@ucw.cz Date: Fri Nov 18 12:08:00 2011 +0100
loaders: Add forgotten GP_ProgressCallbackDone().
diff --git a/libs/loaders/GP_JPG.c b/libs/loaders/GP_JPG.c index cbb5758..db3de62 100644 --- a/libs/loaders/GP_JPG.c +++ b/libs/loaders/GP_JPG.c @@ -276,6 +276,7 @@ GP_RetCode GP_SaveJPG(const char *dst_path, const GP_Context *src, return GP_EBADFILE; }
+ GP_ProgressCallbackDone(callback); return GP_ESUCCESS; //TODO: is cinfo allocated? err1: diff --git a/libs/loaders/GP_PNG.c b/libs/loaders/GP_PNG.c index d7da8ae..32a6358 100644 --- a/libs/loaders/GP_PNG.c +++ b/libs/loaders/GP_PNG.c @@ -296,6 +296,7 @@ GP_RetCode GP_SavePNG(const char *dst_path, const GP_Context *src, return GP_EBADFILE; }
+ GP_ProgressCallbackDone(callback); return GP_ESUCCESS; err2: png_destroy_write_struct(&png, png_info == NULL ? NULL : &png_info);
-----------------------------------------------------------------------
Summary of changes: libs/loaders/GP_JPG.c | 1 + libs/loaders/GP_PNG.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.