Memory Leak: File descriptor not closed. 92/199692/1 accepted/tizen/unified/20190215.055127 submit/tizen/20190215.032435
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 14 Feb 2019 05:39:48 +0000 (14:39 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Thu, 14 Feb 2019 05:42:27 +0000 (14:42 +0900)
commit4eb378315442d075725678ff6c3911b8064ddee6
treee9e418a0da1e626786c8beebbab8749c4ec225cc
parent607cd4cc528b2e9b153004ad09e730462beb077e
Memory Leak: File descriptor not closed.

All processes running in sdb are opening the following files: "/usr/share/aul/dotnet.debugger".

sh-3.2# ls -al /proc/self/fd
total 0
dr-x------ 2 root root  0 Feb 14 06:30 .
dr-xr-xr-x 8 root root  0 Feb 14 06:30 ..
lrwx------ 1 root root 64 Feb 14 06:30 0 -> /dev/pts/2
lrwx------ 1 root root 64 Feb 14 06:30 1 -> /dev/pts/2
lr-x------ 1 root root 64 Feb 14 06:30 13 -> /usr/share/aul/dotnet.debugger

Change-Id: I8cf3393009448f9b825bfa9c076299ec19b05906
src/sdb.c