commit | 3c08f4a4335c325295d738d4090665b8617ab599 | [log] [tgz] |
---|---|---|
author | ZhiPeng Lu <lu.zhipeng@zte.com.cn> | Wed Aug 09 16:32:46 2017 +0200 |
committer | Greg Kurz <groug@kaod.org> | Tue Sep 05 14:01:16 2017 +0200 |
tree | 1f0bbbc56b03805b52a4424ac249d8bcb81852d9 | |
parent | 403a905b03d48187df1e1392bfa3e303eeefe892 [diff] |
fsdev: fix memory leak in main() @rpath and @sock_name are not freed and leaked. [groug, not really leaked since the program exits just after that. But it is always good practice to free allocated memory] Signed-off-by: Zhipeng Lu <lu.zhipeng@zte.com.cn> Signed-off-by: Greg Kurz <groug@kaod.org>