Filter/MLAgent: Do not use g_autoptr for a const pointer
authorWook Song <wook16.song@samsung.com>
Mon, 27 Nov 2023 10:33:37 +0000 (19:33 +0900)
committerwooksong <wook16.song@samsung.com>
Tue, 2 Jan 2024 11:48:05 +0000 (20:48 +0900)
commit660a3b653ff4f03003463c656a64f3027c4d905b
treebf5a804527fe2f4b06f88c5668dea3f02708ce70
parent049fc9f1c9fe922efea3084f58b224ddad275269
Filter/MLAgent: Do not use g_autoptr for a const pointer

This is a trivial bug fix that removes the uneccessary attribute,
g_autofree, for the c string gathered from GObject, which is a const
pointer.

Signed-off-by: Wook Song <wook16.song@samsung.com>
gst/nnstreamer/ml_agent.c