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
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
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.
>
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
==