Pelagicore / gdbus-codegen-glibmm

Code generator for C++ D-Bus stubs and proxies using Giomm/Glibmm
GNU Lesser General Public License v2.1
23 stars 25 forks source link

GError is leaked when throwing exceptions #44

Closed mardy closed 5 years ago

mardy commented 5 years ago

The original GError object is leaked in our throw_func implementation.