Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Thu, 05 Mar 2015 01:12:02 UTC Commit: 7b3655784116463c30afd8e77e906ce437a9ae8f https://github.com/geany/geany-plugins/commit/7b3655784116463c30afd8e77e906c...
Log Message: ----------- debugger: Add missing va_end() call
Found by cppcheck.
Modified Paths: -------------- debugger/src/dconfig.c
Modified: debugger/src/dconfig.c 2 lines changed, 2 insertions(+), 0 deletions(-) =================================================================== @@ -392,6 +392,8 @@ void config_set_panel(int config_part, gpointer config_value, ...) } } + va_end(ap); + panel_config_changed = TRUE; g_mutex_unlock(change_config_mutex); }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org