dtfile/File.c: coverity CID 88919; uninit array read
authorJon Trulson <jon@radscan.com>
Sun, 1 Apr 2018 20:21:57 +0000 (14:21 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 1 Apr 2018 20:21:57 +0000 (14:21 -0600)
cde/programs/dtfile/File.c

index 54f1bc2f1e4f8165399bd1330344ba7b381ea855..fee366380fb8fbddadb8f522ded3da89b0af865d 100644 (file)
@@ -6173,7 +6173,7 @@ Pixmap GetTreebtnPixmap(
         FileMgrData *file_mgr_data,
         FileViewData *file_view_data)
 {
-   TreePxId pxid;
+   TreePxId pxid = tpxNil;
 
    /* if not yet done, create tree button icons */
    /* @@@ do this earlier from main? */