Fixed none freed memory.
authorDaniel Carl <danielcarl@gmx.de>
Fri, 4 Aug 2017 19:36:01 +0000 (21:36 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 4 Aug 2017 19:40:20 +0000 (21:40 +0200)
commitbcccce8793c10ec520191770149c3e2e85b06629
treed1b630c2df0526073e2c1067c6bc3dc0244edcb8
parent27b4ce7ce9056dae0d4f87cc8c8b7338006e1fbe
Fixed none freed memory.

The g_variant format 's' will duplicate the memory of the requested
string. Changed this to '&s' to access the serialized data direct so
there is no need to free it.
src/webextension/ext-main.c