diff options
| -rw-r--r-- | bin/tools/common.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/tools/common.c b/bin/tools/common.c index 6ada379..3721ff0 100644 --- a/bin/tools/common.c +++ b/bin/tools/common.c @@ -42,6 +42,7 @@ get_camera_list (UcaPluginManager *manager)          g_string_append (str, "]");      } +    g_list_free_full (types, g_free);      g_object_unref (manager);      return g_string_free (str, FALSE);  }  | 
