dtsession: Coverity (memory corruption, moderate)

This commit is contained in:
Jon Trulson
2014-12-26 17:23:16 -07:00
parent 055d98cafb
commit 611dda1831
3 changed files with 5 additions and 5 deletions

View File

@@ -726,7 +726,7 @@ convert_selection(
int *format )
{
char pixels[50];
int i, screen_number;
int i, screen_number = 0;
char *temp;
char *str_type_return;
XrmValue value_return;