loader: Remove a vestige of archive support
This commit is contained in:
		
							parent
							
								
									366f23c6eb
								
							
						
					
					
						commit
						910a1e88d2
					
				| 
						 | 
					@ -304,10 +304,7 @@ LoaderUnload(int handle)
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    while ((tmp = _LoaderListPop(handle)) != NULL) {
 | 
					    while ((tmp = _LoaderListPop(handle)) != NULL) {
 | 
				
			||||||
	if (strchr(tmp->name, ':') == NULL) {
 | 
						xf86Msg(X_INFO, "Unloading %s\n", tmp->name);
 | 
				
			||||||
	    /* It is not a member of an archive */
 | 
					 | 
				
			||||||
	    xf86Msg(X_INFO, "Unloading %s\n", tmp->name);
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	DLUnloadModule(tmp->private);
 | 
						DLUnloadModule(tmp->private);
 | 
				
			||||||
	free(tmp->name);
 | 
						free(tmp->name);
 | 
				
			||||||
	free(tmp->cname);
 | 
						free(tmp->cname);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue