Fix one-off leak by allocating PropertyDialogElements on the stack
commit31bc70d0f3f0d3854627aad6b2874950d1edcede
authorMatthew Brush <matt@geany.org>
Sun, 8 Jan 2012 19:48:54 +0000 (8 11:48 -0800)
committerMatthew Brush <matt@geany.org>
Sun, 8 Jan 2012 19:48:54 +0000 (8 11:48 -0800)
tree379b086e5c1f3f817d8271ddced4a382323d1809
parent6968a1a957f8c4d71ea9edc126e6af1ace996502
Fix one-off leak by allocating PropertyDialogElements on the stack

Also prevents following a whole code path for nothing, by only calling
create_properties_dialog() once per run.
src/project.c