On Tue, 03 Apr 2012 18:37:07 +0900 Minseok Kim <[email protected]> said:

> When pasting data to entry, notify_handler_text sent incorrect string.
> Because notify_handler_text received string including garbage value.
> Thus I cut string as its data length.

this missed freeing the string in if (sel-datacb) {} where it returned, also it
didn't handle malloc failure (as strings can possibly be quite large, this is
worth handling). i fixed it in svn.

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to