fix args handling in cmdline class to not be broken
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 15 Feb 2019 01:16:49 +0000 (01:16 +0000)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 8 Mar 2019 11:49:34 +0000 (20:49 +0900)
commitd2500e962a1ab2efe728223944ca1be43d1812c6
tree44f179c2e971955081cacfb2d21103f9d813c57a
parent8e518af70f30c482a0ff7880f5a09171ceebc58e
fix args handling in cmdline class to not be broken

first use consistent ownership (stringshare the strings) and then also
properly dup and pass them and not free null arrays and so on where
they are used
src/lib/ecore/efl_core_command_line.c
src/lib/ecore/efl_thread.c