Re: [E-devel] [Patch][ecore_file] Fix buffer flush bug

2011-11-24 Thread The Rasterman
On Thu, 24 Nov 2011 19:27:16 +0900 Bluezery said: oh yes indeed. you are right. this is a bug. in svn it goes! thanks! > Dear all, > > fclose() should be called before callback is called to notify user of > download completion because it cannot be flushed sometimes. > > Please review this patc

[E-devel] [Patch][ecore_file] Fix buffer flush bug

2011-11-24 Thread Bluezery
Dear all, fclose() should be called before callback is called to notify user of download completion because it cannot be flushed sometimes. Please review this patch. Index: src/lib/ecore_file/ecore_file_download.c === --- src/lib/ec