Not a subject for review
[profile/ivi/smartdevicelink.git] / src / components / HMI / app / controller / sdl / Controller.js
index e0a3cbc..0b25160 100644 (file)
@@ -549,6 +549,7 @@ SDL.SDLController = Em.Object
          */
         unregisterApplication: function(appID) {
 
+            this.getApplicationModel(appID).VRCommands = [];
             this.getApplicationModel(appID).onDeleteApplication(appID);
             var len = SDL.SDLModel.VRCommands.length;
             for (var i = len - 1; i >= 0; i--) {