[libdmapsharing] Fix build



commit 367aea07f762cef738666aa286ffd4d5289d9415
Author: W. Michael Petullo <mike flyn org>
Date:   Sat Jun 30 13:25:55 2018 -0400

    Fix build
    
    Signed-off-by: W. Michael Petullo <mike flyn org>

 libdmapsharing/dmap-image-connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libdmapsharing/dmap-image-connection.c b/libdmapsharing/dmap-image-connection.c
index 508f082..935d0ff 100644
--- a/libdmapsharing/dmap-image-connection.c
+++ b/libdmapsharing/dmap-image-connection.c
@@ -146,11 +146,11 @@ _handle_mlcl (DmapConnection * connection, DmapRecordFactory * factory,
                      "rating", rating,
                      "comments", comments, "thumbnail", ptr, NULL);
 
+done:
        if (ptr) {
                g_array_unref (ptr);
        }
 
-      _return:
        return record;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]