Commit 986f19345a7b625f5f300cfff42216c8e98cd1ed

Authored by Perry Werneck
1 parent 24669a81
Exists in master and in 1 other branch develop

Fixing memory leak.

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/dialogs/print/begin.c
... ... @@ -93,5 +93,7 @@
93 93  
94 94 gtk_print_operation_set_n_pages(prt,operation->pages);
95 95  
  96 + pango_font_description_free(fontDescription);
  97 +
96 98 }
97 99  
... ...