Re: [E-devel] [Patch] elm_map_marker_remove bug fix

2011-02-09 Thread Daniel Juyung Seo
In SVN! > thanks, but do I have a privilege to commit? Maybe not yet. I committed it to upstream because it's reviewed by Atton Jonathan. Thanks. Daniel Juyung Seo (SeoZ) On Wed, Feb 9, 2011 at 6:34 PM, sangho park wrote: > thanks, but do I have a privilege to commit? > If then, how can I com

Re: [E-devel] [Patch] elm_map_marker_remove bug fix

2011-02-09 Thread sangho park
thanks, but do I have a privilege to commit? If then, how can I commit? :) On Wed, Feb 9, 2011 at 5:46 PM, Atton Jonathan wrote: > I have checked, this is ok. You can commit. > > 2011/2/9 sangho park > >> Dear all, >> >> This is a patch for elm_map_marker_remove. >> there are two seg-fault issu

Re: [E-devel] [Patch] elm_map_marker_remove bug fix

2011-02-09 Thread Atton Jonathan
I have checked, this is ok. You can commit. 2011/2/9 sangho park > Dear all, > > This is a patch for elm_map_marker_remove. > there are two seg-fault issues in this function. > > 1. the range of marker to remove. > 2. after free(marker->groups[i]), reuse the value. > > pls review this patch. >

[E-devel] [Patch] elm_map_marker_remove bug fix

2011-02-09 Thread sangho park
Dear all, This is a patch for elm_map_marker_remove. there are two seg-fault issues in this function. 1. the range of marker to remove. 2. after free(marker->groups[i]), reuse the value. pls review this patch. Thanks. BR Index: elementary/src/lib/elm_map.c ==