Skip to content

Commit

Permalink
Merge branch '1973_segfault_panel_format'
Browse files Browse the repository at this point in the history
* 1973_segfault_panel_format:
  Ticket #1973: Segfault in 'Listing mode' dialog
  • Loading branch information
slavaz committed Jan 26, 2010
2 parents e999131 + 9fdfbf6 commit c79e593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ parse_display_format (WPanel *panel, const char *format, char **error, int issta
while (*format){ /* format can be an empty string */
int found = 0;

darr = g_new (format_e, 1);
darr = g_new0 (format_e, 1);

/* I'm so ugly, don't look at me :-) */
if (!home)
Expand Down

0 comments on commit c79e593

Please sign in to comment.