Commit bf0c5c10d50c8abf1a02433066974a981d9a7179
1 parent
831be83b
Exists in
master
and in
1 other branch
Limpando tabela de propriedades antes de utilizar, ajustes no empacotamento windows
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
properties.c
... | ... | @@ -106,6 +106,8 @@ |
106 | 106 | |
107 | 107 | void v3270_init_properties(GObjectClass * gobject_class) |
108 | 108 | { |
109 | + memset(v3270_properties,0,sizeof(v3270_properties)); | |
110 | + | |
109 | 111 | gobject_class->set_property = v3270_set_property; |
110 | 112 | gobject_class->get_property = v3270_get_property; |
111 | 113 | ... | ... |