[gupnp-tools] universal-cp: Fix stray g_free from last commit
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp-tools] universal-cp: Fix stray g_free from last commit
- Date: Tue, 22 Jun 2021 08:33:49 +0000 (UTC)
commit 9b852d91175bc7607ad845459ba29d07a16fcbce
Author: Jens Georg <mail jensge org>
Date: Tue Jun 22 10:33:44 2021 +0200
universal-cp: Fix stray g_free from last commit
src/universal-cp/main.c | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/universal-cp/main.c b/src/universal-cp/main.c
index ce6e9b3..f4f7f11 100644
--- a/src/universal-cp/main.c
+++ b/src/universal-cp/main.c
@@ -74,7 +74,6 @@ parse_uda_version (const gchar *option_name,
G_IO_ERROR,
G_IO_ERROR_INVALID_ARGUMENT,
"Invalid UDA version: %s", value);
- g_free (msg);
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]