Re: [E-devel] [patch] elm_store - fix eina_lock ptr handling

2012-01-10 Thread Daniel Juyung Seo
This is right patch. In SVN! http://trac.enlightenment.org/e/changeset/67030 Thanks! Daniel Juyung Seo (SeoZ) On Tue, Jan 10, 2012 at 8:15 PM, Hyoyoung Chang wrote: > Dear all, > > When i run 'store' menu in elementary_test, i met some segfault. > it's due to inappropriate eina_lock ptr handlin

Re: [E-devel] [patch] elm_store - fix eina_lock ptr handling

2012-01-10 Thread Daniel Juyung Seo
In SVN! http://trac.enlightenment.org/e/changeset/67032 Thanks! On Tue, Jan 10, 2012 at 8:40 PM, Hyoyoung Chang wrote: > It's another patch file that describes a method to get a store example files. > If it's ok, plz commit it. > Thanks > > On Tue, Jan 10, 2012 at 8:15 PM, Hyoyoung Chang wrote

Re: [E-devel] [patch] elm_store - fix eina_lock ptr handling

2012-01-10 Thread Hyoyoung Chang
It's another patch file that describes a method to get a store example files. If it's ok, plz commit it. Thanks On Tue, Jan 10, 2012 at 8:15 PM, Hyoyoung Chang wrote: > Dear all, > > When i run 'store' menu in elementary_test, i met some segfault. > it's due to inappropriate eina_lock ptr handlin

[E-devel] [patch] elm_store - fix eina_lock ptr handling

2012-01-10 Thread Hyoyoung Chang
Dear all, When i run 'store' menu in elementary_test, i met some segfault. it's due to inappropriate eina_lock ptr handling. Thanks Index: elementary/src/lib/elm_store.c === --- elementary/src/lib/elm_store.c (리비전 67007) +++ ele