1
1

Avoid memory leaks in vfs tests

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
Этот коммит содержится в:
Slava Zanko 2011-06-04 15:12:24 +03:00
родитель e8d58f188d
Коммит f8c45706e1
6 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -45,6 +45,7 @@ static void
teardown (void) teardown (void)
{ {
vfs_shut (); vfs_shut ();
str_uninit_strings ();
} }
static int static int

Просмотреть файл

@ -46,6 +46,7 @@ static void
teardown (void) teardown (void)
{ {
vfs_shut (); vfs_shut ();
str_uninit_strings ();
} }
/* --------------------------------------------------------------------------------------------- */ /* --------------------------------------------------------------------------------------------- */

Просмотреть файл

@ -76,6 +76,7 @@ static void
teardown (void) teardown (void)
{ {
vfs_shut (); vfs_shut ();
str_uninit_strings ();
} }
/* --------------------------------------------------------------------------------------------- */ /* --------------------------------------------------------------------------------------------- */

Просмотреть файл

@ -86,6 +86,7 @@ static void
teardown (void) teardown (void)
{ {
vfs_shut (); vfs_shut ();
str_uninit_strings ();
} }
/* --------------------------------------------------------------------------------------------- */ /* --------------------------------------------------------------------------------------------- */

Просмотреть файл

@ -108,6 +108,7 @@ static void
teardown (void) teardown (void)
{ {
vfs_shut (); vfs_shut ();
str_uninit_strings ();
} }

Просмотреть файл

@ -70,6 +70,7 @@ static void
teardown (void) teardown (void)
{ {
vfs_shut (); vfs_shut ();
str_uninit_strings ();
} }
/* --------------------------------------------------------------------------------------------- */ /* --------------------------------------------------------------------------------------------- */